ThreeBandEqualizer Op
3 filters in one - an eq to quickly process an audio signal
Summary (oneliner)
<p>This op is 3 biquad filters in one. It is heavily inspired by Ableton's EQ3. </p>
- Ops.WebAudio.ThreeBandEqualizer
- 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>
<i>integer</i>
)Low
<i>string</i>
)<p>filter type for the low band</p>
<p>filter frequency for the low band</p>
<p>filter q for the low band</p>
<p>filter gain for the low band</p>
<i>integer</i>
)Mid
<i>string</i>
)<p>filter type for the mid band</p>
<p>filter frequency for the mid band</p>
<p>filter q for the mid band</p>
<p>filter gain for the mid band</p>
<i>integer</i>
)High
<i>string</i>
)<p>filter type for the high band</p>
<p>filter frequency for the high band</p>
<p>filter q for the high band</p>
<p>filter gain for the high band</p>
OUTPUT PORTS
<p>filtered audio out</p>