AudioPlayerManager
AudioPlayerManager copied to clipboard
Support Airplay sharing & custom playing speed ?
trafficstars
Hi ! I want to know how to support airplay sharing ? How how to update playing speed ? x1.25, x1.5, x2.0 ect
Thanks
Hey.
AirPlay Sharing: Can you explain what you mean exactly? The iOS system takes care of routing the audio to AirPlay internally. If you want to enable AirPlay you need to provide the UI in the app on your own - search for MPVolumeView.
Playing speed: The playing speed has to be set directly in the AVPlayer. However it's currently a private instance. I will think about a solution - either I will make it public or add a rate change feature.
Thanks @tschob . Do you have news about Playing speed ?