diff options
-rw-r--r-- | OpenAL32/alEffect.c | 2 | ||||
-rw-r--r-- | alsoftrc.sample | 2 | ||||
-rw-r--r-- | include/AL/efx-presets.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenAL32/alEffect.c b/OpenAL32/alEffect.c index fb749d57..4e04089c 100644 --- a/OpenAL32/alEffect.c +++ b/OpenAL32/alEffect.c @@ -1332,7 +1332,7 @@ static const struct { DECL(CAVE), DECL(ARENA), DECL(HANGAR), - DECL(CARPETTEDHALLWAY), + DECL(CARPETEDHALLWAY), DECL(HALLWAY), DECL(STONECORRIDOR), DECL(ALLEY), diff --git a/alsoftrc.sample b/alsoftrc.sample index 6e1eb11d..ca68b8be 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -154,7 +154,7 @@ # 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, +# Stoneroom, Auditorium, ConcertHall, Cave, Arena, Hangar, CarpetedHallway, # Hallway, StoneCorridor, Alley, Forest, City, Moutains, Quarry, Plain, # ParkingLot, SewerPipe, Underwater, Drugged, Dizzy, Psychotic. Optionally, # the __ALSOFT_DEFAULT_REVERB env var may be set before running the app diff --git a/include/AL/efx-presets.h b/include/AL/efx-presets.h index 42d0a2d1..86dcbda2 100644 --- a/include/AL/efx-presets.h +++ b/include/AL/efx-presets.h @@ -67,7 +67,7 @@ typedef struct { #define EFX_REVERB_PRESET_HANGAR \ { 1.0000f, 1.0000f, 0.3162f, 0.3162f, 1.0000f, 10.0500f, 0.2300f, 1.0000f, 0.5000f, 0.0200f, { 0.0000f, 0.0000f, 0.0000f }, 1.2560f, 0.0300f, { 0.0000f, 0.0000f, 0.0000f }, 0.2500f, 0.0000f, 0.2500f, 0.0000f, 0.9943f, 5000.0000f, 250.0000f, 0.0000f, 0x1 } -#define EFX_REVERB_PRESET_CARPETTEDHALLWAY \ +#define EFX_REVERB_PRESET_CARPETEDHALLWAY \ { 0.4287f, 1.0000f, 0.3162f, 0.0100f, 1.0000f, 0.3000f, 0.1000f, 1.0000f, 0.1215f, 0.0020f, { 0.0000f, 0.0000f, 0.0000f }, 0.1531f, 0.0300f, { 0.0000f, 0.0000f, 0.0000f }, 0.2500f, 0.0000f, 0.2500f, 0.0000f, 0.9943f, 5000.0000f, 250.0000f, 0.0000f, 0x1 } #define EFX_REVERB_PRESET_HALLWAY \ |