audio_output { type "alsa" name "My ALSA Device" device "hw:0,0" # optional format "44100:16:2" # optional mixer_device "default" # optional mixer_control "PCM" # optional mixer_index "0" # optional } audio_output { type "oss" name "My OSS Device" device "/dev/dsp" # optional format "44100:16:2" # optional mixer_device "/dev/mixer" # optional mixer_control "PCM" # optional } audio_output { type "pulse" name "My Pulse Output" # server "remote_server" # optional # sink "remote_server_sink" # optional }