[openal] OpenAL fails with OSS on FreeBSD

Yuri yuri at rawbw.com
Thu Dec 1 01:03:24 EST 2016


On 11/30/2016 21:30, Chris Robinson wrote:
>
> It should print much more than that. There should be a bunch of stuff 
> relating to library initialization and device enumeration. 


Sorry, I missed the printouts in the beginning:
AL lib: (II) alc_initconfig: Supported backends: oss, null, wave
AL lib: (II) ReadALConfig: Loading config 
/usr/local/etc/openal-soft/alsoft.conf...
AL lib: (II) ReadALConfig: Loading config 
/usr/local/etc/xdg/xfce4/alsoft.conf...
AL lib: (II) ReadALConfig: Loading config /usr/local/etc/xdg/alsoft.conf...
AL lib: (II) ReadALConfig: Loading config /etc/xdg/alsoft.conf...
AL lib: (WW) ReadALConfig: Ignoring XDG config dir:
AL lib: (II) ReadALConfig: Loading config /home/yuri/.alsoftrc...
AL lib: (II) ReadALConfig: Loading config /home/yuri/.config/alsoft.conf...
AL lib: (II) GetConfigValue: Key disable-cpu-exts not found
AL lib: (II) FillCPUCaps: Detected max CPUID function: 0xb (ext. 0x80000008)
AL lib: (II) FillCPUCaps: Vendor ID: ""
AL lib: (II) FillCPUCaps: Name: "Intel(R) Core(TM) i7 CPU 930  @ 2.80GHz"
AL lib: (II) FillCPUCaps: Extensions: +SSE +SSE2 +SSE3 +SSE4.1
AL lib: (II) GetConfigValue: Key rt-prio not found
AL lib: (II) GetConfigValue: Key resampler not found
AL lib: (II) GetConfigValue: Key trap-al-error not found
AL lib: (II) GetConfigValue: Key trap-alc-error not found
AL lib: (II) GetConfigValue: Key reverb/boost not found
AL lib: (II) GetConfigValue: Key reverb/emulate-eax not found
AL lib: (II) GetConfigValue: Key drivers not found
AL lib: (II) GetConfigValue: Key oss/device not found
AL lib: (II) GetConfigValue: Key oss/capture not found
AL lib: (II) alc_initconfig: Initialized backend "oss"
AL lib: (II) alc_initconfig: Added "oss" for playback
AL lib: (II) alc_initconfig: Added "oss" for capture
AL lib: (II) GetConfigValue: Key excludefx not found
AL lib: (II) GetConfigValue: Key default-reverb not found
AL lib: (II) ALCossListAppend: Got device "pcm0:play:dsp0", "/dev/dsp0"
AL lib: (II) ALCossListAppend: Got device "pcm1:play:dsp1", "/dev/dsp1"
AL lib: (II) ALCossListAppend: Got device "pcm2:play:dsp2", "/dev/dsp2"
AL lib: (II) ALCossListAppend: Got device "pcm3:play:dsp3", "/dev/dsp3"
AL lib: (II) ALCossListAppend: Got device "pcm4:play:dsp4", "/dev/dsp4"
AL lib: (II) ALCossListAppend: Got device "pcm5:play:dsp5", "/dev/dsp5"
[06:00:45.404 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
[06:00:45.404 UTC] src/audio/audio.cpp:396 : Warning: Cannot open output 
audio device "OSS Default"
AL lib: (II) ALCossListAppend: Got device "pcm2:record:dsp2", "/dev/dsp2"
AL lib: (II) ALCossListAppend: Got device "pcm3:record:dsp3", "/dev/dsp3"
AL lib: (II) ALCossListAppend: Got device "pcm6:record:dsp6", "/dev/dsp6"
[06:00:45.404 UTC] src/audio/audio.cpp:345 : Debug: Opening audio input 
"OSS Default"
AL lib: (II) alcCaptureOpenDevice: Created device 0x822b5c000, ""

Yuri



More information about the openal mailing list