Changes between Version 113 and Version 114 of FAQ


Ignore:
Timestamp:
Oct 19, 2022, 10:56:30 PM (19 months ago)
Author:
Norse_Harold
Comment:

Add more sound and audio troubleshooting advice

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v113 v114  
    152152    }}}
    153153    {{{#!td style="border-right:none;padding-left:0.5em"
    154 There are some settings in the game related to volume levels. From the main menu, click Settings, Options, Sound.
    155 All other sound troubleshooting likely involves troubleshooting OpenAL on your system, because 0 A.D. uses the OpenAL sound system for audio output. Check the OpenAL configuration, which on Linux and Mac is stored at /etc/openal/alsoft.conf. If it does not already exist then download [https://raw.githubusercontent.com/kcat/openal-soft/master/alsoftrc.sample alsoftrc.sample], rename it to alsoft.conf and store it there. Ensure that the correct "driver" is being used. There are reports from users where unexpected drivers were used by OpenAL, for example trying to use jack, failing, next using alsa instead of Pulseaudio. The only documentation easily found about the OpenAL configuration is in the comments within alsoftrc.sample.
     154There are some settings in the game related to volume levels. From the main menu, click Settings, Options, Sound.
     155
     156Assuming that when 0 A.D. is not running then sound works for other apps, all other sound troubleshooting likely involves troubleshooting OpenAL on your system. This is because 0 A.D. uses the OpenAL sound system for audio output. Check the OpenAL configuration, which on Linux and Mac is stored at /etc/openal/alsoft.conf. If it does not already exist then download [https://raw.githubusercontent.com/kcat/openal-soft/master/alsoftrc.sample alsoftrc.sample], rename it to alsoft.conf and store it there.
     157
     158Ensure that the correct "driver", also known as "audio backend", is being used. There are reports from users where unexpected drivers were used by OpenAL, for example trying to use jack, failing, next using alsa instead of Pulseaudio. The only documentation easily found about the OpenAL configuration is in the comments within alsoftrc.sample. When referencing drivers in the OpenAL configuration, use the name of the audio backend within the quote marks at [https://github.com/kcat/openal-soft/blob/master/alc/alc.cpp#L199 alc.cpp]. Recommended are "pulse" or "alsa" for Linux, "core" for Mac, or "wasapi" for Windows. Note that driver availability depends on your operating system and compile-time choices for your copy of the OpenAL library.
     159
     160For further help with OpenAL, contact the OpenAL developers via the means specified on their [https://openal-soft.org/ website].
    156161    }}}
    157162  }}}