AudioEffectEQ
Inherits: AudioEffect < Resource < Reference < Object
Inherited By: AudioEffectEQ10, AudioEffectEQ21, AudioEffectEQ6
Category: Core
Brief Description
Base class for audio equalizers. Gives you control over frequencies.
Use it to create a custom equalizer if AudioEffectEQ6, AudioEffectEQ10 or AudioEffectEQ21 don’t fit your needs.
Methods
int | get_band_count ( ) const |
float | get_band_gain_db ( int band_idx ) const |
void | set_band_gain_db ( int band_idx, float volume_db ) |
Description
AudioEffectEQ gives you control over frequencies. Use it to compensate for existing deficiencies in audio. AudioEffectEQ are very useful on the Master Bus to completely master a mix and give it character. They are also very useful when a game is run on a mobile device, to adjust the mix to that kind of speakers (it can be added but disabled when headphones are plugged).
Method Descriptions
- int get_band_count ( ) const
Returns the number of bands of the equalizer.
Returns the band’s gain at the specified index, in dB.
Sets band’s gain at the specified index, in dB.