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
When adding 0.01 (1 %) to setVolume few times in a row, volume sometimes unexpectedly jumps 3 % . I've found out that this is a listener issue. This is the way listener reacts to 0.01 additions using setVolume:
It somehow added 0.0267 to the device volume I set using setVolume. The same happens when subtracting 0.01 . It does not happen at specific volumes, every time it happens at a different volume.
The text was updated successfully, but these errors were encountered:
When adding 0.01 (1 %) to
setVolume
few times in a row, volume sometimes unexpectedly jumps 3 % . I've found out that this is a listener issue. This is the way listener reacts to 0.01 additions using setVolume:It somehow added 0.0267 to the device volume I set using setVolume. The same happens when subtracting 0.01 . It does not happen at specific volumes, every time it happens at a different volume.
The text was updated successfully, but these errors were encountered: