Skip to content

Instantly share code, notes, and snippets.

@lminiero
Created May 24, 2015 17:35
Show Gist options
  • Save lminiero/f9a7ccc19abf2f7e54f1 to your computer and use it in GitHub Desktop.
Save lminiero/f9a7ccc19abf2f7e54f1 to your computer and use it in GitHub Desktop.
openal-soft log
AL lib: (II) alc_initconfig: Supported backends: pulse, alsa, oss, null, wave
AL lib: (II) ReadALConfig: Loading config /etc/openal/alsoft.conf...
AL lib: (II) ReadALConfig: Loading config /etc/xdg/alsoft.conf...
AL lib: (II) ReadALConfig: Loading config /home/rain/.alsoftrc...
AL lib: (II) ReadALConfig: Loading config /home/rain/.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 920 @ 2.67GHz"
AL lib: (II) FillCPUCaps: Extensions: +SSE +SSE2 +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 pulse/spawn-server not found
AL lib: (II) alc_initconfig: Initialized backend "pulse"
AL lib: (II) alc_initconfig: Added "pulse" for playback
AL lib: (II) alc_initconfig: Added "pulse" for capture
AL lib: (II) GetConfigValue: Key excludefx not found
AL lib: (II) GetConfigValue: Key default-reverb not found
AL lib: (II) GetConfigValue: Key channels not found
AL lib: (II) GetConfigValue: Key sample-type not found
AL lib: (II) GetConfigValue: Key format 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
AL lib: (II) GetConfigValue: Key cf_level not found
AL lib: (II) GetConfigValue: Key midi/internal-synth not found
AL lib: (II) SSynth_create: Not using internal MIDI synth
AL lib: (II) GetConfigValue: Key pulse/allow-moves not found
AL lib: (II) ALCpulsePlayback_open: Connecting to "(default)"
AL lib: (II) alcOpenDevice: Created device 0xc7206050, "EMU20k2 [X-Fi Titanium Series] Surround analogico 4.0"
AL lib: (II) UpdateDeviceParams: Pre-reset: Stereo, Float, 44100hz, 1024 update size x4
AL lib: (II) GetConfigValue: Key hrtf not found
AL lib: (II) GetConfigValue: Key pulse/allow-moves not found
AL lib: (II) ALCpulsePlayback_bufferAttrCallback: minreq=16384, tlength=49152, prebuf=0
AL lib: (II) UpdateDeviceParams: Post-reset: Quadraphonic, Float, 44100hz, 1024 update size x4
AL lib: (II) GetConfigValue: Key layout_quad not found
AL lib: (II) GetConfigValue: Key layout not found
AL lib: (II) UpdateDeviceParams: HRTF disabled
AL lib: (II) UpdateDeviceParams: BS2B disabled
AL lib: (II) GetConfigValue: Key wide-stereo not found
AL lib: (II) alcCreateContext: Created context 0xc7223588
AL lib: (II) FreeContext: 0xc7223588
AL lib: (II) FreeDevice: 0xc7206050
AL lib: (II) GetConfigValue: Key channels not found
AL lib: (II) GetConfigValue: Key sample-type not found
AL lib: (II) GetConfigValue: Key format 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
AL lib: (II) GetConfigValue: Key cf_level not found
AL lib: (II) GetConfigValue: Key midi/internal-synth not found
AL lib: (II) SSynth_create: Not using internal MIDI synth
AL lib: (II) GetConfigValue: Key pulse/allow-moves not found
AL lib: (II) ALCpulsePlayback_open: Connecting to "(default)"
AL lib: (II) alcOpenDevice: Created device 0xc7206050, "EMU20k2 [X-Fi Titanium Series] Surround analogico 4.0"
AL lib: (II) UpdateDeviceParams: Pre-reset: Stereo, Float, 44100hz, 1024 update size x4
AL lib: (II) GetConfigValue: Key hrtf not found
AL lib: (II) GetConfigValue: Key pulse/allow-moves not found
AL lib: (II) ALCpulsePlayback_bufferAttrCallback: minreq=16384, tlength=49152, prebuf=0
AL lib: (II) UpdateDeviceParams: Post-reset: Quadraphonic, Float, 44100hz, 1024 update size x4
AL lib: (II) GetConfigValue: Key layout_quad not found
AL lib: (II) GetConfigValue: Key layout not found
AL lib: (II) UpdateDeviceParams: HRTF disabled
AL lib: (II) UpdateDeviceParams: BS2B disabled
AL lib: (II) GetConfigValue: Key wide-stereo not found
AL lib: (II) alcCreateContext: Created context 0xf0ffb9d0
AL lib: (EE) alc_cleanup: 1 device not closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment