diff options
author | Chris Robinson <[email protected]> | 2008-11-14 07:13:59 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-11-14 07:13:59 -0800 |
commit | d72b132c57145bd6cd4c531fe0a8c65b348c2c29 (patch) | |
tree | 910ffeef08d6b278e12da0032867efed2bb58ee7 /alsoftrc.sample | |
parent | 506912aed7a1ae84fbc0407741c85ac2d5e109d2 (diff) |
Add an option to disable specific EFX effect types
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 9fd96eee..87cb88b6 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -61,6 +61,12 @@ drivers = # Sets the backend driver list order, comma-seperated. Unknown # Default is: # alsa,oss,solaris,dsound,winmm,wave +excludefx = # Sets which effects to exclude, preventing apps from using them. + # This can help for apps that try to use effects which are too CPU + # intensive for the system to handle. Available effects are: + # reverb + # Default is empty (all available effects enabled) + [alsa] # ALSA backend stuff device = default # Sets the device name for the default playback device. # Default is default |