Struct AudioEffectFilter

Adds a filter to the audio bus.

struct AudioEffectFilter ;

Allows frequencies other than the cutoffHz to pass.

Properties

NameTypeDescription
cutoffHz[get, set] doubleThreshold frequency for the filter, in Hz.
db[get, set] AudioEffectFilter.FilterDB
gain[get, set] doubleGain amount of the frequencies after the filter.
resonance[get, set] doubleAmount of boost in the overtones near the cutoff frequency.

Methods

NameDescription
getCutoff
getDb
getGain
getResonance
setCutoff
setDb
setGain
setResonance

Enums

NameDescription
Constants
FilterDB