Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
rickykkunn0000's avatar
rickykkunn0000
Honored Guest
1 year ago

Inquiry Regarding Manual Audio Output Routing on Oculus Quest

Hello,
 
I am a developer working with Oculus Quest and I'm interested in understanding how to manually change the audio output routing within my application. Specifically, I'm looking to provide users with the ability to switch between headphones and the built-in speakers while using the app.
 
Could you please provide information on whether there is an official method or API provided to manually change the audio output routing on Oculus Quest? Alternatively, if there are any documents or guidelines available on how to achieve manual audio output routing changes, I would greatly appreciate it if you could point me in the right direction.
 
Thank you for your assistance.

1 Reply

Replies have been turned off for this discussion
  • I'm struggling with exactly the same issue. Have you found a solution already?

    The only thing I discovered so far: You can prevent automatic routing of audio output to attached headsets via adb (adb shell settings put secure usb_audio_automatic_routing_disabled 1). In this case, the internal speakers are used even if there is a headset (or just a mic) plugged into the USB-C port.