![]() |
![]() ![]() ![]() |
signed char F_API FSOUND_Reverb_SetEnvironment(
int env,
float vol,
float decay,
float damp
);
env | Sets an environment type. see FSOUND_REVERB_ENVIRONMENTS for types. Setting this resets all other parameters to default!!! This value can be FSOUND_REVERB_IGNOREPARAM to ignore it. |
vol | Linear volume of global reverb mix, from 0 to 1 default: varies depending on environment This value can be FSOUND_REVERB_IGNOREPARAM to ignore it. |
decay | Decay value for reverb , in seconds from 0 to 20 default: varies depending on environment This value can be FSOUND_REVERB_IGNOREPARAM to ignore it. |
damp | Room effect level at low frequencies from 0 to 2 default: varies depending on environment This value can be FSOUND_REVERB_IGNOREPARAM to ignore it. |