Skip to main content
Version: 20 Mar 2024

MLAudioMultibandLevel

Module: Audio / Audio Definitions

Properties specifying a broadband level and three sub-band levels. More...

#include <ml_audio.h>

Public Attributes

TypeName
floatmain
floatlf
floatmf
floathf

Detailed Description

struct MLAudioMultibandLevel;

Properties specifying a broadband level and three sub-band levels.

API Level:

  • 20

Public Attributes Documentation

main

float main;

Level for all frequencies. Range is contextual. Default is 1.


lf

float lf;

Level for low frequencies. Range is contextual. Default is 1.


mf

float mf;

Level for mid frequencies. Range is contextual. Default is 1.


hf

float hf;

Level for high frequencies. Range is contextual. Default is 1.