FilterEffectDef
此内容尚不支持你的语言。
Defined in: audio/BusEffects.ts:11
BusEffects.ts
Declarative per-bus DSP inserts — the serializable effect vocabulary and its WebAudio realization. Defs are pure data (the project audio config and the editor Mixer speak the same shape); non-WebAudio backends never see them (AudioAPI gates on a live mixer).
Properties
Section titled “Properties”filter
Section titled “filter”filter:
"lowpass"|"highpass"|"bandpass"|"lowshelf"|"highshelf"|"peaking"|"notch"
Defined in: audio/BusEffects.ts:13
frequency
Section titled “frequency”frequency:
number
Defined in: audio/BusEffects.ts:14
gainDb?
Section titled “gainDb?”
optionalgainDb?:number
Defined in: audio/BusEffects.ts:18
Boost/cut in dB; meaningful for shelf/peaking filters.
optionalq?:number
Defined in: audio/BusEffects.ts:16
Q factor; meaningful for all but the shelf filters.
type:
"filter"
Defined in: audio/BusEffects.ts:12