When a USB-C input-only microphone is connected to Quest 3, the built-in headset speakers are muted, despite the USB device having no speaker or DAC capability. This behavior contradicts standard Android AOSP behavior and blocks professional use cases such as therapeutic VR, education, and live streaming. The issue arises from Meta Horizon OS routing all audio to the USB-C port and muting the built-in speakers when any USB-C audio device is connected. A proposed fix involves checking the USB device's Audio Class descriptors before modifying output routing, ensuring that the built-in speakers remain active when an input-only device is connected.