Skip to content

EQ - how to add it? #110

Discussion options

You must be logged in to vote

The current EQ values are specified in

const IIR_CFG_T audio_eq_sw_iir_cfg = {.gain0 = 0,
.gain1 = 0,
.num = 14,
.param = {
{IIR_TYPE_PEAK, -2.18, 10, 2},
{IIR_TYPE_PEAK, 7.27, 21, 2},
{IIR_TYPE_PEAK, 2.13, 42, 2},
{IIR_TYPE_PEAK, -1.53, 83, 2},
{IIR_TYPE_PEAK, -0.9, 120, 2},
{IIR_TYPE_PEAK, -4.23, 166, 2},
{IIR_TYPE_PEAK, -1.08, 333, 2},
{IIR_TYPE_PEAK, -1.37, 577, 2},
{IIR_TYPE_PEAK, 0.8, 1000, 2},
{IIR_TYPE_PEAK, 5.35, 2000, 2},
{IIR_TYPE_PEAK, 3.2, 4000, 2},
{IIR_TYPE_PEAK, -4.96, 8000, 2},
{IIR_TYPE_PEAK, 13.58, 16000, 2

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by METhOphetamine
Comment options

You must be logged in to vote
1 reply
@FintasticMan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #109 on January 05, 2025 23:27.