Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setVolume not working on iOS #139

Open
RohanKPOfficial opened this issue Sep 30, 2024 · 0 comments
Open

setVolume not working on iOS #139

RohanKPOfficial opened this issue Sep 30, 2024 · 0 comments

Comments

@RohanKPOfficial
Copy link

RohanKPOfficial commented Sep 30, 2024

set volume does not seem to be working for ios - there are few issues -

  1. 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

  2. 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

  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant