Module kira::mixer::effect[][src]

Expand description

Modifies audio in real time.

Modules

delay

Adds echoes to a sound.

distortion

Makes a sound harsher and noisier.

filter

Removes frequencies from a sound.

handle

An interface for controlling effects.

reverb

Adds reverberations to a sound.

Structs

EffectId

A unique identifier for an effect.

EffectSettings

Settings for an effect.

Traits

Effect

Receives input audio from a mixer track and outputs modified audio.