jaakkopasanen / AutoEq

Automatic headphone equalization from frequency responses
MIT License
12.9k stars 2.47k forks source link

From Graphic Eq to Parametric Eq (with no equalization) #579

Closed chiavez closed 1 year ago

chiavez commented 1 year ago

Hello and thank you for your great work.

You implemented nice algorithms that give outputs for fixed band EQs. Is there a way to use these algorithms without equalizing the input signal?

The point is that I did the equalization by myself and modified manually various bits of the AutoEQ results. it might be useful to get some simple quick settings for mobile devices (in case wavelet is not installed etc.). I wanted to use AutoEq algorithms to get my signal in CSV/Equalizer APO format and transform it in fixed band eq settings (so that I can use that for phones, sony app, etc). It seems it is not possible to do so though.

Summarising: Is it possible to do the following with AutoEQ?

Thanks,

Lorenzo

PS

jaakkopasanen commented 1 year ago

Hey!

You can use compensation/zero.csv as the input data and the CSV you got as the target. Then just do the regular thing with fixed band equalizer and you should get the filter gains which you need.

chiavez commented 1 year ago

Hi!

Thanks for the quick answer!