diff options
author | Chris Robinson <[email protected]> | 2010-05-28 16:41:52 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-28 16:41:52 -0700 |
commit | 880902feccccad61ceb8541b6571ae42a3e56d9a (patch) | |
tree | 7a7594e75f64938656d3d4bcbab5c62781a74183 /alsoftrc.sample | |
parent | 96cf5b728269915e24fdfde09eb4b9e3091a0980 (diff) |
Add a Null Output device
This device will mix and fully process contexts as normal
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 648126fe..f9714dd3 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -117,7 +117,7 @@ # unless the list is ended with a comma (eg. 'oss,' will list OSS first # followed by all other available backends, while 'oss' will list OSS only). # An empty list means the default. -#drivers = pulse,alsa,oss,solaris,dsound,winmm,port,wave +#drivers = pulse,alsa,oss,solaris,dsound,winmm,port,null,wave ## excludefx: # Sets which effects to exclude, preventing apps from using them. This can |