diff options
author | Chris Robinson <[email protected]> | 2012-01-20 01:51:27 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-01-20 01:51:27 -0800 |
commit | fa364352905d4e0ea012bace40872c84daabc8e2 (patch) | |
tree | e5e454d2c2ebaa522b288e4ae00823cab0e94d9f /alsoftrc.sample | |
parent | 4b83123cb8030a3b1c379585fd26c7a3a56f60ae (diff) |
Add a default-reverb config option, and rename __ALSOFT_FORCE_REVERB to match
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 1d294203..cae32671 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -150,6 +150,17 @@ #layout_61CHN = fl=-30, fr=30, fc=0, sl=-90, sr=90, bc=180 #layout_71CHN = fl=-30, fr=30, fc=0, sl=-90, sr=90, bl=-150, br=150 +## default-reverb: +# A reverb preset that applies by default to all sources on send 0 +# (applications that set their own slots on send 0 will override this). +# Available presets are: Generic, PaddedCell, Room, Bathroom, Livingroom, +# Stoneroom, Auditorium, ConcertHall, Cave, Arena, Hangar, CarpettedHallway, +# Hallway, StoneCorridor, Alley, Forestm City, Moutains, Quarry, Plain, +# ParkingLot, SewerPipe, Underwater, Drugged, Dizzy, Psychotic. Optionally, +# the __ALSOFT_DEFAULT_REVERB env var may be set before running the app +# instead. +#default-reverb = + ## trap-alc-error: # Generates a SIGTRAP signal when an ALC device error is generated, on systems # that support it. This helps when debugging, while trying to find the cause |