Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
AudioEffectDistortion¶
Inherits: AudioEffect < Resource < RefCounted < Object
Adds a distortion audio effect to an Audio bus.
Modifies the sound to make it distorted.
Description¶
Different types are available: clip, tan, lo-fi (bit crushing), overdrive, or waveshape.
By distorting the waveform the frequency content changes, which will often make the sound "crunchy" or "abrasive". For games, it can simulate sound coming from some saturated device or speaker very efficiently.
Tutorials¶
Properties¶
|
||
|
||
|
||
|
||
|
Enumerations¶
enum Mode: 🔗
Mode MODE_CLIP = 0
Digital distortion effect which cuts off peaks at the top and bottom of the waveform.
Mode MODE_ATAN = 1
There is currently no description for this enum. Please help us by contributing one!
Mode MODE_LOFI = 2
Low-resolution digital distortion effect (bit depth reduction). You can use it to emulate the sound of early digital audio devices.
Mode MODE_OVERDRIVE = 3
Emulates the warm distortion produced by a field effect transistor, which is commonly used in solid-state musical instrument amplifiers. The drive property has no effect in this mode.
Mode MODE_WAVESHAPE = 4
Waveshaper distortions are used mainly by electronic musicians to achieve an extra-abrasive sound.
Property Descriptions¶
Distortion power. Value can range from 0 to 1.
High-pass filter, in Hz. Frequencies higher than this value will not be affected by the distortion. Value can range from 1 to 20000.
Distortion type.
Increases or decreases the volume after the effect, in decibels. Value can range from -80 to 24.
Increases or decreases the volume before the effect, in decibels. Value can range from -60 to 60.