You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior should be consistent across platforms.
Repro steps:
Set player.Volume
Call player.Load(...)
Actual Results
On iOS, the volume set in step (1) is ignored and the audio is played at full volume. On Android, the Volume is respected.
Expected Results
I think "Don't reset the volume" makes the most sense.
"Does reset volume" would be acceptable, as long as it was consistent across both platforms and heavily documented. Between the two changes, however, I think this is both more confusing and more likely to break existing usages.
I'm running Xam.Plugin.SimpleAudioPlayer 1.5.0, so it's possible this has been fixed, but unlikely.
The text was updated successfully, but these errors were encountered:
BlueRaja
changed the title
SimpleAudioPlayer.Load resets volume on iOS (but not Android)
SimpleAudioPlayer.Load() resets volume on iOS (but not Android)
Jul 4, 2022
The behavior should be consistent across platforms.
Repro steps:
player.Volume
player.Load(...)
Actual Results
On iOS, the volume set in step (1) is ignored and the audio is played at full volume. On Android, the Volume is respected.
Expected Results
I think "Don't reset the volume" makes the most sense.
"Does reset volume" would be acceptable, as long as it was consistent across both platforms and heavily documented. Between the two changes, however, I think this is both more confusing and more likely to break existing usages.
I'm running Xam.Plugin.SimpleAudioPlayer 1.5.0, so it's possible this has been fixed, but unlikely.
The text was updated successfully, but these errors were encountered: