EqualizerSoundEffect
Show Deprecated
An equalizer allows for control of the volume of various frequency ranges for the Sound or SoundGroup the effect is parented to. This can be used to highlight particular elements of audio or minimize or outright eliminate others. The EqualizerSoundEffect gives control over three ranges of frequency: Low, Mid, and High. Their specific frequencies are as follows:
- Low: 0 - 400 Hz
- Mid: 400 - 4000 Hz
- High: 4000+ Hz
Summary
Properties
Properties inherited from SoundEffect
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Events inherited from Instance
Properties
HighGain
Range: -80 to 10 (default 0) The output volume of frequencies greater than 4000 Hz. Measured in dB.
LowGain
Range: -80 to 10 (default 0) The output volume of frequencies lower than 400 Hz. Measured in dB.
MidGain
Range: -80 to 10 (default 0) The output volume of frequencies between 400 and 4000 Hz. Measured in dB.
Properties inherited from SoundEffect
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Events inherited from Instance