Skip to main content
Version: 20 Mar 2024

MLAudioDispersionProperties

Module: Audio / Audio Definitions / Acoustics

Properties specifying acoustic dispersion (clustered reflections). More...

#include <ml_audio.h>

Public Attributes

TypeName
MLAudioMultibandLevelgain
floatpre_delay

Detailed Description

struct MLAudioDispersionProperties;

Properties specifying acoustic dispersion (clustered reflections).

API Level:

  • 20

Public Attributes Documentation

gain

MLAudioMultibandLevel gain;
TypeDescription
MLAudioMultibandLevelProperties specifying a broadband level and three sub-band levels.

Dispersion output mix level. Range is [0, 0, 0, 0] to [8, 2, 2, 2]. Default is [0.25, 1, 1, 1].


pre_delay

float pre_delay;

Delay (secs) from direct sound to earliest reflection cluster onset. Must be <= reverb pre_delay. Range is 0.005 to 0.1. Default is 0.01.