@motion-script/core / LowPassFilter
Interface: LowPassFilter
Defined in: attributes/audio/filters/implementations/lowpass.ts:5
Attenuates frequencies above frequency, passing the lows through.
Properties
frequency
frequency:
Param
Defined in: attributes/audio/filters/implementations/lowpass.ts:8
Cutoff frequency in Hz. Content above this is rolled off. May be a time-varying curve.
q?
optionalq?:Param
Defined in: attributes/audio/filters/implementations/lowpass.ts:10
Resonance (Q) at the cutoff. Default 1. May be a time-varying curve.
type
type:
"lowpass"
Defined in: attributes/audio/filters/implementations/lowpass.ts:6