Search Unity

Falling back to stereo mode is not shown in AudioSettings.speakerMode

Discussion in 'Editor & General Support' started by AlanMattano, Jul 24, 2014.

  1. AlanMattano

    AlanMattano

    Joined:
    Aug 22, 2013
    Posts:
    1,501
    I think this is a known issue bug. But just in case there is a solution for this problem please let me know.

    If I set up speaker to prologic:

    AudioSpeakerMode.Prologic

    and it fail. I get a console message:

    How can i get the current speaker mode?

    I expect to get stereo using speakerMode.

    Code (CSharp):
    1. Debug.Log ( AudioSettings.speakerMode.ToString() );
    And in console i get
    Insted of Falling back to stereo as the console error explane.

    Thanks a lot for all Unity work done, is grate!!!
     
    Last edited: Jul 24, 2014
  2. AlanMattano

    AlanMattano

    Joined:
    Aug 22, 2013
    Posts:
    1,501

    How can i get the current speaker mode ?
     
  3. alienonmars

    alienonmars

    Joined:
    May 24, 2015
    Posts:
    3
    Debug.Log(AudioSettings.driverCapabilities);