[openal] OpenAL fails with OSS on FreeBSD

Yuri yuri at rawbw.com
Thu Dec 1 00:12:09 EST 2016


On 11/30/2016 20:49, Chris Robinson wrote:
>
> What version of OpenAL Soft does this happen with? Are you able to run 
> the app with the ALSOFT_LOGLEVEL environment variable set to 3? That 
> should make OpenAL Soft write a bunch of output to stderr, which can 
> be useful in seeing what's going on. 


Version is 1.17.2.

With ALSOFT_LOGLEVEL=3 it prints this:

[05:10:33.453 UTC] src/audio/audio.cpp:386 : Debug: Opening audio output 
"OSS Default"
AL lib: (II) GetConfigValue: Key channels not found
AL lib: (II) GetConfigValue: Key sample-type not found
AL lib: (II) GetConfigValue: Key frequency not found
AL lib: (II) GetConfigValue: Key periods not found
AL lib: (II) GetConfigValue: Key period_size not found
AL lib: (II) GetConfigValue: Key sources not found
AL lib: (II) GetConfigValue: Key slots not found
AL lib: (II) GetConfigValue: Key sends not found
[05:10:33.453 UTC] src/audio/audio.cpp:396 : Warning: Cannot open output 
audio device "OSS Default"

[05:10:49.958 UTC] src/audio/audio.cpp:386 : Debug: Opening audio output 
"pcm2:play:dsp2"
AL lib: (II) GetConfigValue: Key channels not found
AL lib: (II) GetConfigValue: Key sample-type not found
AL lib: (II) GetConfigValue: Key frequency not found
AL lib: (II) GetConfigValue: Key periods not found
AL lib: (II) GetConfigValue: Key period_size not found
AL lib: (II) GetConfigValue: Key sources not found
AL lib: (II) GetConfigValue: Key slots not found
AL lib: (II) GetConfigValue: Key sends not found
[05:10:49.958 UTC] src/audio/audio.cpp:396 : Warning: Cannot open output 
audio device "pcm2:play:dsp2"


Yuri



More information about the openal mailing list