Search found 1 match

by normanalie
Sat Nov 11, 2023 9:11 pm
Forum: General Discussion
Topic: ESP-DSP Biquad peak gain
Replies: 0
Views: 617

ESP-DSP Biquad peak gain

I'm using ESP-DSP to process audio and I wanted to add Peaking EQ, but I can't understand why there is no gain parameter ? esp_err_t dsps_biquad_gen_peakingEQ_f32(float *coeffs, float f, float qFactor); If I understand the current implementation, the gain is fixed to 1. I would have like to write my...