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

Commits on Jun 29, 2022

  1. Use low quality audio panning mode for Android

    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.
    takahirox committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0a52cd7 View commit details
    Browse the repository at this point in the history