diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
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... |