aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-04-16 05:17:42 -0700
committerChris Robinson <[email protected]>2009-04-16 05:17:42 -0700
commita2adbb1ab50e788006322264bc41535e5acee116 (patch)
tree92f93a446e59adc5620980a4db3569235389b2e2 /alsoftrc.sample
parenta97fc792d8292dd63ac3f7b78eae1a76b9eb0e0c (diff)
Add a PulseAudio backend
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 262a2d52..77924c71 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -59,7 +59,7 @@ drivers = # Sets the backend driver list order, comma-seperated. Unknown
# backends and duplicated names are ignored, and unlisted backends
# won't be considered for use. An empty list means the default.
# Default is:
- # alsa,oss,solaris,dsound,winmm,port,wave
+ # alsa,oss,solaris,dsound,winmm,port,pulse,wave
excludefx = # Sets which effects to exclude, preventing apps from using them.
# This can help for apps that try to use effects which are too CPU
@@ -151,6 +151,9 @@ device = -1 # Sets the device index for output. Negative values will use the
periods = 4 # Sets the number of update buffers. Default is 4
+[pulse] # PulseAudio backend stuff
+ # Nothing yet...
+
[wave] # Wave File Writer stuff
file = # Sets the filename of the wave file to write to. An empty name
# prevents the backend from opening, even when explicitly requested.