Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit f6b2e98

Browse files
authored
Disable voice routing. (#3475)
Fixes #3073 Fixes #2620
1 parent 26d72cf commit f6b2e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/common/shared/org/mozilla/vrbrowser/browser/engine/SessionUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public static void vrPrefsWorkAround(Context aContext, Bundle aExtras) {
4343
out.write("user_pref(\"gfx.webrender.force-disabled\", true);\n".getBytes());
4444
// Disable web extension process until it is able to restart.
4545
out.write("user_pref(\"extensions.webextensions.remote\", false);\n".getBytes());
46+
out.write("user_pref(\"media.cubeb.output_voice_routing\", false);\n)".getBytes());
4647
int msaa = SettingsStore.getInstance(aContext).getMSAALevel();
4748
if (msaa > 0) {
4849
int msaaLevel = msaa == 2 ? 4 : 2;

0 commit comments

Comments
 (0)