diff options
author | Chris Robinson <[email protected]> | 2008-01-11 09:32:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-11 09:32:22 -0800 |
commit | f10408739e22cea6b3c52b8a9f6e36792c33d855 (patch) | |
tree | 547df88fe3dcbbbd51c72c56067e5cf173b3f9ae /openalrc.sample | |
parent | e1d0ad749bd5772d968aa8b5ed600dee905310a4 (diff) |
Add a wave file writing backend
Diffstat (limited to 'openalrc.sample')
-rw-r--r-- | openalrc.sample | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/openalrc.sample b/openalrc.sample index 0e378a84..37325d14 100644 --- a/openalrc.sample +++ b/openalrc.sample @@ -44,7 +44,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,dsound,winmm + # alsa,oss,dsound,winmm,wave [alsa] # ALSA backend stuff device = default # Sets the device name for the default playback device. @@ -67,3 +67,9 @@ capture = /dev/dsp # Sets the device name for OSS capture. Default is /dev/dsp [winmm] # Windows Multimedia 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. + # THIS WILL OVERWRITE EXISTING FILES WITHOUT QUESTION! + # Default is empty |