Daemon icon indicating copy to clipboard operation
Daemon copied to clipboard

make audio switchable on/off at start/build-time

Open ghost opened this issue 3 years ago • 1 comments

Since 0.53, it's possible to launch engine even if there is a problem with the audio subsystem. However, I have not seen any way to launch daemon by disabling audio, or to compile audio support out.

I noticed this missing feature while trying to build&run older version, where daemon dies with the message: Warn: Couldn't load the default resource for N5Audio6SampleE.

ghost avatar Feb 14 '23 15:02 ghost

Setting ALSOFT_DRIVERS=null in the environment seems to work. This selects the "null" backend.

slipher avatar Aug 25 '25 09:08 slipher