Module rg3d_sound::effects[][src]

Expand description

Effects module

Overview

Provides unified way of creating and using effects.

Modules

reverb

Reverberation module

Structs

BaseEffect

Base effect for all other kinds of effects. It contains set of inputs (direct or filtered), provides some basic methods to control them.

EffectInput

Input is a “reference” to a sound source. Samples of sound source will be either passed directly to effect or will be transformed by filter if one is set.

InputFilter

Input filter is used to transform samples in desired manner, it is based on generic second order biquad filter. See docs for Biquad filter.

StubEffect

Stub effect that does nothing.

Enums

Effect

See module docs.