Search Unity

Audio audio output is only mono in VR

Discussion in 'Audio & Video' started by Conkuist, Dec 11, 2019.

  1. Conkuist

    Conkuist

    Joined:
    Apr 9, 2016
    Posts:
    8
    hi

    I'm trying to create a basic Video Player in VR with simple controls.
    I added a VideoPlayer to my scene and set up and URL as source and then set the RenderMode to Material Ovverride and the Audio Output Mode to Direct.

    My problem is that when I play a video the audio channels are not sperated
    which means for example that when there is audio on the right channel in my video
    the audio is playing on both channels on my Rift headphones.

    Im not sure what is causing this. I've set the speaker mode to stereo in my project settings.

    How do I fix this ?
     
    Last edited: Dec 11, 2019
  2. pedroharres

    pedroharres

    Joined:
    Sep 14, 2018
    Posts:
    5
    did you find a solution for this? facing the same issue on an Unity 2019.2 project