Document QSA backend options, and move PulseAudio's up
This commit is contained in:
+31
-17
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user