diff options
author | Chris Robinson <[email protected]> | 2011-03-15 04:58:56 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-03-15 04:58:56 -0700 |
commit | d6c8bb35b4f9af60cd1dd43c35d530937c95a3ef (patch) | |
tree | 3522bb5552597e42ab010c4d190fb14c27e14299 /alsoftrc.sample | |
parent | 4899674b6c765370f80f6e57aaddfd2985baf6e5 (diff) |
Add a CoreAudio backend
Code courtesy of Garin Hiebert <[email protected]>
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 c152ba59..87806a35 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -120,7 +120,7 @@ # followed by all other available backends, while 'oss' will list OSS only). # Backends prepended with - won't be available for use (eg. '-oss,' will allow # all available backends except OSS). An empty list means the default. -#drivers = pulse,alsa,oss,solaris,dsound,winmm,port,null,wave +#drivers = pulse,alsa,core,oss,solaris,dsound,winmm,port,null,wave ## excludefx: # Sets which effects to exclude, preventing apps from using them. This can |