Hello guys! We are developing a VR application for Oculus Quest and Oculus Quest 2 based on Unity and we are using photon for online voice chat. The trouble we faced is about low level of voice in Quest and QUest 2 (tested both of them).
While we were checking it through the PC and headset - the voice was good, when we started testing through combination headset - headset - the level became very low. We tried to increase the volume on headsets to maximum but it's not enough still. Otherwise, when we open any other application with maximum volume it's too loud and almost impossible to listen to any kind of music.
We are using XR toolkit from Unity.
We tried that advice with no success:
Please help, as it's really crucial for our project. If any information is needed I can provide it, just write.
Thanks in advance,
Tim
While we were checking it through the PC and headset - the voice was good, when we started testing through combination headset - headset - the level became very low. We tried to increase the volume on headsets to maximum but it's not enough still. Otherwise, when we open any other application with maximum volume it's too loud and almost impossible to listen to any kind of music.
We are using XR toolkit from Unity.
We tried that advice with no success:
1. use Photon microphone type
2. add WebRtcAudioDsp component next to the Recorder component (at compile time or at runtime before recorder is started) being used and enable "AGC" (Automatic Gain Control)
3. add MicAmplifier component next to the Recorder component (at compile time or at runtime before recorder is started) being used and tweak its values.
Please help, as it's really crucial for our project. If any information is needed I can provide it, just write.
Thanks in advance,
Tim