Photon Voice 2 + Oculus Integration (Unity) : Sound volume very low

Hello

I create a VR application using Unity, Oculus Integration and Photon Voice 2

■ Oculus Integration
https://assetstore.unity.com/packages/tools/integration/oculus-integration-82022

■ Photon Voice 2
https://assetstore.unity.com/packages/tools/audio/photon-voice-2-130518

I managed to get Photon Voice 2 to work but the sound volume is really very low.

This is the settings I am using for my components:

■ Photon Voice Network
Screen%20Shot%202021-03-30%20at%2017.43.15.png?alt=media&token=d8989d4c-3a9b-49b3-813f-d525efd95d7b

■ Recorder
Screen%20Shot%202021-03-30%20at%2017.43.25.png?alt=media&token=eb8d5f15-b4ed-4943-9c26-6ee25dcdf1e5

■ Photon Voice View + Audio Source + Speaker
Screen%20Shot%202021-03-30%20at%2017.44.14.png?alt=media&token=44d9e646-7ca3-474b-960b-043c53fca9a6

■ Project Settings > Oculus
Screen%20Shot%202021-03-30%20at%2017.48.53.png?alt=media&token=f07ff555-b9bd-4f25-9b7c-e67561bfbbd4

■ Project Settings > Sound
Screen%20Shot%202021-03-30%20at%2017.49.16.png?alt=media&token=77149717-c094-4b59-a1c1-84338123352a

On the Oculus Device the sound is on max value.
Can you help me?

Thank you

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited March 2021
    Hi @Seikida,

    Thank you for choosing Photon!

    First take a look here where we list possible solutions related to input volume.

    You may want to try changing AudioSource.spatialBlend = 0f (2D) instead of 1f (3D) because this way you will hear that character only when close enough from each other (AudioListener and AudioSource must be close).
  • I have the same issue, plus one other. The volume is low and you can boost it by using the MicAmplifier, however, it quickly becomes distorted.

    BTW @JohnTube you need the spatialBlend at 1f(3D) so that you can hear which side of you the other speakers are on. Spatial awareness.

    The thing that is driving me around the twist is the sound only comes from the internal Quest speaker and not the plugged-in earphones. It appears to be an issue with Photon Voice 2. I am going to raise it as another question, and only mention it here as I think it has something to do with the volume of the sounds from the Quest, i.e. you pop the earphones in, think the sound is coming from them at a low level, but its actually coming from the speaker in the Quest.