CutFilter Op
dj style filter (lowpass and highpass)
Summary (oneliner)
Full Name
- Ops.WebAudio.CutFilter
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Audio In (Object:audioNode)
audio input
Highpass / Lowcut
Highpass active (Number:boolean )
check if you want a highpass to be applied to the signal
Highpass Slope (in dB) index (Number:integer )
Highpass / Lowcut
Highpass Slope (in dB) (String)
slope of the highpass: the higher the slope, the harder the cut at specified frequency
Low Frequency (Number)
frequency of the low band
Low Q (Number)
q factor of the low band
Lowpass / Highcut
Lowpass active (Number:boolean )
check if you want a lowpass to be applied to the signal
Lowpass Slope (in dB) index (Number:integer )
Lowpass / Highcut
Lowpass Slope (in dB) (String)
slope of the lowpass: the higher the slope, the harder the cut at specified frequency
High Frequency (Number)
frequency of the high band
High Q (Number)
q factor of the high band
OUTPUT PORTS
Audio Out (Object)
filtered audio output