Audio variables
 
 
 

MAYA_AUDIO_LIBRARY

By default, this variable is set to 1 for the audio library used in previous versions of Maya. Set to 2 if you want to use the OpenAL audio library, which supports multiple track audio.

MAYA_AUDIO_OPENAL_DEVICE

This variable provides a string which lets you specify the OpenAL device driver to use. The system default driver is used by default.

(Linux) On Linux this can be set to one of the following:

  • alsa
  • oss
  • solaris
  • dsound
  • winmm
  • port
  • pulse
  • wave

Related topics