Miles Sound System SDK 7.2a

AIL_sample_reverb_levels

The function AIL_sample_reverb_levels retrieves the reverb levels of a digital audio sample.

void AIL_sample_reverb_levels(
  HSAMPLE S,
  F32 *dry_level,
  F32 *wet_level
);

In Parameters

S
indicates the sample whose reverb settings are to be retrieved.

Out Parameters

dry_level
returns the level of the dry sound signal (the non-reverbed sound). The range is 0.0 for no output, 1.0 for full output.
wet_level
returns the level of the wet sound signal (the reverberations). The range is 0.0 for no output, 1.0 for full output.

Discussion

The reverb levels default to 1.0f for the dry level and 0.0f for the wet_level.

Reverb requires CPU time to apply, but it's pretty minimal. You can monitor the CPU use with the AIL_digital_CPU_percent function.


Group: Digital Audio Services
Related Functions: AIL_digital_CPU_percent, AIL_digital_master_reverb_levels, AIL_sample_51_volume_levels, AIL_sample_51_volume_pan, AIL_sample_volume_levels, AIL_sample_volume_pan, AIL_set_digital_master_reverb_levels, AIL_set_sample_reverb_levels
Related Basic Types: F32, HSAMPLE, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.