jaakkopasanen / AutoEq

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

Add support for Earful #747

Closed ForceConstant closed 6 months ago

ForceConstant commented 6 months ago

Earful is a frequency testing app, that can take a headphone eq correction file. https://distortaudio.org/earful.html The format is simply a csv such as below.The format of the file is simple: frequency followed by comma, followed by dBr response at that frequency

frequency_Hz,raw_dBr 
20.00,-6.19
20.20,-6.19
20.40,-6.18
20.61,-6.18
20.81,-6.17
...
jaakkopasanen commented 6 months ago

Interesting!

Why do you you think this would be a needed i.e. why not use any of the other supported apps, such as EqualizerApo?

ForceConstant commented 6 months ago

Personally I don't like to use systemwide EQ's since I use a variety of outputs, different headphones, monitors, etc.Plus it might be useful for others, as you could just label it Generic CSV, so you could save CSV to be used in arbitrary tools.

On Tue, Dec 5, 2023 at 6:58 AM Jaakko Pasanen @.***> wrote:

Interesting!

Why do you you think this would be a needed i.e. why not use any of the other supported apps, such as EqualizerApo?

— Reply to this email directly, view it on GitHub https://github.com/jaakkopasanen/AutoEq/issues/747#issuecomment-1840653015, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGGPMVRGGWLIECOINKA7CYTYH4D65AVCNFSM6AAAAABAHOOA4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBQGY2TGMBRGU . You are receiving this because you authored the thread.Message ID: @.***>

jaakkopasanen commented 6 months ago

I see. Seems to niche use-case to justify being added to the eq apps list. My goal is not to add every imaginable app there but rather have the main options and keep it as clean as possible.