CutFilter Op
dj style filter (lowpass and highpass)
Summary (oneliner)
- 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
<p>audio input</p>
Highpass / Lowcut
<i>boolean</i>
)<p>check if you want a highpass to be applied to the signal</p>
<i>integer</i>
)Highpass / Lowcut
<p>slope of the highpass: the higher the slope, the harder the cut at specified frequency</p>
<p>frequency of the low band</p>
<p>q factor of the low band</p>
Lowpass / Highcut
<i>boolean</i>
)<p>check if you want a lowpass to be applied to the signal</p>
<i>integer</i>
)Lowpass / Highcut
<p>slope of the lowpass: the higher the slope, the harder the cut at specified frequency</p>
<p>frequency of the high band</p>
<p>q factor of the high band</p>
OUTPUT PORTS
<p>filtered audio output</p>