Module effect
Available on crate feature
dep_kira
only.Expand description
Modifies audio signals.
Any type that implements EffectBuilder
can be added to a mixer track by
using TrackBuilder::add_effect
. Kira
comes with a number of commonly used effects.
If needed, you can create custom effects by implementing the EffectBuilder
and Effect
traits.
Modules§
- Reduces (or increases) the dynamic range of audio.
- Adds echoes to a sound.
- Makes a sound harsher and noisier.
- Adjusts the volume of a frequency range of a sound.
- Removes frequencies from a sound.
- Adjusts the panning of audio.
- Adds reverberations to a sound. Useful for simulating room tones.
- Adjusts the volume of audio.
Traits§
- Receives input audio from a mixer track and outputs modified audio.
- Configures an effect.