aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-03-10 00:55:29 -0700
committerChris Robinson <[email protected]>2009-03-10 00:55:29 -0700
commit86931cbde425a092527fd873e770ea5a617138da (patch)
tree0407878bd4dc324adf44b239e59cb00ecff4bd58 /alsoftrc.sample
parent6d7be151dc11e99d0798786fe3fbe89dbd116816 (diff)
Add a PortAudio backend
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 5b10f18f..51fafc17 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -136,6 +136,12 @@ periods = 4 # Sets the number of updates for the output buffer. Default is 4
[winmm] # Windows Multimedia backend stuff
# Nothing yet...
+[port] # PortAudio backend stuff
+device = -1 # Sets the device index for output. Negative values will use the
+ # default as given by PortAudio itself. Default is -1
+
+periods = 4 # Sets the number of update buffers. Default is 4
+
[sdl] # SDL backend stuff
# Nothing yet...