[openal] OpenAL fails with OSS on FreeBSD

Chris Robinson chris.kcat at gmail.com
Thu Dec 1 00:30:40 EST 2016


On 11/30/2016 09:12 PM, Yuri wrote:
> 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"

It should print much more than that. There should be a bunch of stuff 
relating to library initialization and device enumeration.


More information about the openal mailing list