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
set volume does not seem to be working for ios - there are few issues -
setting the volume on the pool gets reset after the first playback which is wierd because the intellisense docs on the method mention that setVolume changes the volume for the playback identified by soundId. calling set volume everytime before playback and maintaining the volume separately does the trick but for extremely high playback rates feels like it may cause performance bottlenecks needlessly. - Use case playing one short audio at very high playback rates in a single volume
volume left and volumeRight does not seem to behave correctly on iOS . setting volumeRight to 1 and volume left to 0. mutes everything. Is there a mono / stereo setting required on ios somewhere to support this feature , tested on iphone 7 and iphone 10
On android it works perfectly and balances the channels mostly , however even when setting volumeLeft / VolumeRight to 0 there is some residual audio on the channel - really faint but noticeable
Any help is greatly appreciated
The text was updated successfully, but these errors were encountered:
set volume does not seem to be working for ios - there are few issues -
setting the volume on the pool gets reset after the first playback which is wierd because the intellisense docs on the method mention that setVolume changes the volume for the playback identified by soundId. calling set volume everytime before playback and maintaining the volume separately does the trick but for extremely high playback rates feels like it may cause performance bottlenecks needlessly. - Use case playing one short audio at very high playback rates in a single volume
volume left and volumeRight does not seem to behave correctly on iOS . setting volumeRight to 1 and volume left to 0. mutes everything. Is there a mono / stereo setting required on ios somewhere to support this feature , tested on iphone 7 and iphone 10
On android it works perfectly and balances the channels mostly , however even when setting volumeLeft / VolumeRight to 0 there is some residual audio on the channel - really faint but noticeable
Any help is greatly appreciated
The text was updated successfully, but these errors were encountered: