Add audio rate control in overlay player

This commit is contained in:
Ilya Laktyushin
2023-03-01 17:37:07 +04:00
parent 685c3f95a2
commit 7d8266ff89
5 changed files with 170 additions and 66 deletions

View File

@@ -120,6 +120,9 @@ final class OverlayAudioPlayerControllerImpl: ViewController, OverlayAudioPlayer
strongSelf.dismiss()
}
})
self.controllerNode.getParentController = { [weak self] in
return self
}
self.ready.set(self.controllerNode.ready.get())