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

Use low quality audio panning mode for Android #5540

Merged
merged 1 commit into from Jul 7, 2022
Merged

Conversation

takahirox
Copy link
Contributor

@takahirox takahirox commented Jun 29, 2022

From #5057

WebAudio on Android devices (only non-VR devices?) seems to have a bug and audio can be broken if there are many people in a room.

We have reported the problem to the Android devs. We found that using equal power panning mode can mitigate the problem so I would like to suggest that we use low audio panning quality (= equal power mode) by default on Android as workaround until the root issue is fixed on Android end.

WebAudio on Android devices (only non-VR devices?) seems to have
a bug and audio can be broken if there are many people in a room.
We have reported the problem to the Android devs. We found that
using equal power panning mode can mitigate the problem so we
use low audio panning quality (= equal power mode) by default
on Android as workaround until the root issue is fixed on
Android end.
Copy link
Contributor

@brianpeiris brianpeiris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@takahirox takahirox merged commit cfa9fbf into master Jul 7, 2022
@takahirox takahirox deleted the AndroidEqualPower branch July 7, 2022 16:46
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

Successfully merging this pull request may close these issues.

None yet

2 participants