adrianstevens / Xamarin-Plugins

Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
https://www.nuget.org/packages/Xam.Plugin.SimpleAudioPlayer/
MIT License
132 stars 53 forks source link

iOS 13.4 - Volume is very low on subsequent plays #70

Closed znelson32 closed 4 years ago

znelson32 commented 4 years ago

On initial play of an mp3 the volume is as expected. But on replays using both the .Current player and new players, the volume is about 25% of the initial volume. Each time the Volume property is set to 1 but when you play the track more than once the volume is very low.

znelson32 commented 4 years ago

I don't think this is a bug with the plugin. After trying AVPlayer directly the same behavior is occurring. So this must have something to do with AVAudioSession and source ducking.