AudioPlayerManager icon indicating copy to clipboard operation
AudioPlayerManager copied to clipboard

Support Airplay sharing & custom playing speed ?

Open ljs19923 opened this issue 7 years ago • 2 comments
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

ljs19923 avatar Nov 02 '18 17:11 ljs19923

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.

tschob avatar Nov 04 '18 12:11 tschob

Thanks @tschob . Do you have news about Playing speed ?

ljs19923 avatar Nov 14 '18 15:11 ljs19923