LibEnvVars: Difference between revisions
Jump to navigation
Jump to search
(env vars that affect alsa-lib) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
; LIBASOUND_DEBUG : =1 print errors to stderr, dump hw_params | ; LIBASOUND_DEBUG : =1 print errors to stderr, dump hw_params | ||
: =2 also assert(0) | : =2 also assert(0) | ||
; | ; ALSA_CONFIG_PATH : file to use instead of ALSA_CONFIG_DIR/alsa.conf" | ||
; ALSA_MIXER_SIMPLE : file to use instead of ALSA_CONFIG_DIR/smixer.conf | ; ALSA_MIXER_SIMPLE : file to use instead of ALSA_CONFIG_DIR/smixer.conf | ||
; ALSA_MIXER_SIMPLE_MODULES : path to modules .so files | ; ALSA_MIXER_SIMPLE_MODULES : path to modules .so files | ||
; LADSPA_PATH : path to ladspa plugins | ; LADSPA_PATH : path to ladspa plugins | ||
Proposed | |||
; LIBASOUND_PCM_DUMP : =1 dump pcm_hw_params to console from any app (similar to aplay -v) |
Latest revision as of 08:28, 10 February 2010
The settings of these environment variables affect the operation of alsa-lib
- LIBASOUND_DEBUG
- =1 print errors to stderr, dump hw_params
- =2 also assert(0)
- ALSA_CONFIG_PATH
- file to use instead of ALSA_CONFIG_DIR/alsa.conf"
- ALSA_MIXER_SIMPLE
- file to use instead of ALSA_CONFIG_DIR/smixer.conf
- ALSA_MIXER_SIMPLE_MODULES
- path to modules .so files
- LADSPA_PATH
- path to ladspa plugins
Proposed
- LIBASOUND_PCM_DUMP
- =1 dump pcm_hw_params to console from any app (similar to aplay -v)