FSOUND_REVERB_FLAGS_DECAYTIMESCALE | 0x00000001 /* 'EnvSize' affects reverberation decay time */ |
FSOUND_REVERB_FLAGS_REFLECTIONSSCALE | 0x00000002 /* 'EnvSize' affects reflection level */ |
FSOUND_REVERB_FLAGS_REFLECTIONSDELAYSCALE | 0x00000004 /* 'EnvSize' affects initial reflection delay time */ |
FSOUND_REVERB_FLAGS_REVERBSCALE | 0x00000008 /* 'EnvSize' affects reflections level */ |
FSOUND_REVERB_FLAGS_REVERBDELAYSCALE | 0x00000010 /* 'EnvSize' affects late reverberation delay time */ |
FSOUND_REVERB_FLAGS_DECAYHFLIMIT | 0x00000020 /* AirAbsorptionHF affects DecayHFRatio */ |
FSOUND_REVERB_FLAGS_ECHOTIMESCALE | 0x00000040 /* 'EnvSize' affects echo time */ |
FSOUND_REVERB_FLAGS_MODULATIONTIMESCALE | 0x00000080 /* 'EnvSize' affects modulation time */ |
FSOUND_REVERB_FLAGS_CORE0 | 0x00000100 /* PS2 Only - Reverb is applied to CORE0 (hw voices 0-23) */ |
FSOUND_REVERB_FLAGS_CORE1 | 0x00000200 /* PS2 Only - Reverb is applied to CORE1 (hw voices 24-47) */ |
FSOUND_REVERB_FLAGS_DEFAULT | (FSOUND_REVERB_FLAGS_DECAYTIMESCALE | |
FSOUND_REVERB_FLAGS_REFLECTIONSSCALE | | |
FSOUND_REVERB_FLAGS_REFLECTIONSDELAYSCALE | | |
FSOUND_REVERB_FLAGS_REVERBSCALE | | |
FSOUND_REVERB_FLAGS_REVERBDELAYSCALE | | |
FSOUND_REVERB_FLAGS_DECAYHFLIMIT | | |
FSOUND_REVERB_FLAGS_CORE0 | | |
FSOUND_REVERB_FLAGS_CORE1 ) |