From 2c501f3b287c0f63e57a11dee5282c536b5206e5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 22 Mar 2013 11:19:50 -0700 Subject: Document QSA backend options, and move PulseAudio's up --- alsoftrc.sample | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) (limited to 'alsoftrc.sample') diff --git a/alsoftrc.sample b/alsoftrc.sample index 837e01cf..4f2df919 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -201,6 +201,24 @@ # allows a simpler effect to be used at the loss of some quality. #emulate-eax = false +## +## PulseAudio backend stuff +## +[pulse] + +## spawn-server: +# Attempts to autospawn a PulseAudio server whenever needed (initializing the +# backend, enumerating devices, etc). Setting autospawn to false in Pulse's +# client.conf will still prevent autospawning even if this is set to true. +#spawn-server = true + +## allow-moves: +# Allows PulseAudio to move active streams to different devices. Note that the +# device specifier (seen by applications) will not be updated when this +# occurs, and neither will the AL device configuration (sample rate, format, +# etc). +#allow-moves = false + ## ## ALSA backend stuff ## @@ -269,6 +287,19 @@ # Sets the device name for Solaris output. #device = /dev/audio +## +## QSA backend stuff +## +[qsa] + +## device: +# Sets the device name for the default playback device. +#device = default + +## capture: +# Sets the device name for the default capture device. +#capture = default + ## ## MMDevApi backend stuff ## @@ -299,23 +330,6 @@ # given by PortAudio itself. #capture = -1 -## -## PulseAudio backend stuff -## -[pulse] - -## spawn-server: -# Attempts to spawn a PulseAudio server when requesting to open a PulseAudio -# device. Setting autospawn to false in PulseAudio's client.conf will still -# prevent autospawning even if this is set to true. -#spawn-server = true - -## allow-moves: -# Allows PulseAudio to move active streams to different devices. Note that the -# device specifier seen by applications will not be updated when this occurs, -# and neither will the AL device configuration (sample rate, format, etc). -#allow-moves = false - ## ## Wave File Writer stuff ## -- cgit v1.2.3