Struct AudioEffectFilter
Adds a filter to the audio bus.
struct AudioEffectFilter
;
Allows frequencies other than the cutoffHz to pass.
Properties
| Name | Type | Description |
|---|---|---|
cutoffHz[get, set]
|
double | Threshold frequency for the filter, in Hz. |
db[get, set]
|
AudioEffectFilter | |
gain[get, set]
|
double | Gain amount of the frequencies after the filter. |
resonance[get, set]
|
double | Amount of boost in the overtones near the cutoff frequency. |
Methods
| Name | Description |
|---|---|
getCutoff
|
|
getDb
|
|
getGain
|
|
getResonance
|
|
setCutoff
|
|
setDb
|
|
setGain
|
|
setResonance
|
Enums
| Name | Description |
|---|---|
Constants
|
|
FilterDB
|