Pittvandewitt / Wavelet

A quick rundown on each feature and its settings
https://pittvandewitt.github.io/Wavelet/
636 stars 35 forks source link

[Feature] loudness Correction #212

Closed aspidxt closed 9 months ago

aspidxt commented 1 year ago

Problem: Human hearing threshold depends on frequency and it's not linear: image So when we decrease volume we hear less base (according to graphic above)

So it's possible to correct this with equalization, so we can listen music "freqency consistantl" on any volume level. It's implemented greatly with internal plugin of EqualizerAPO (Windows) Here is source of this plugin in EqualizerAPO repo: https://sourceforge.net/p/equalizerapo/code/HEAD/tree/trunk/filters/loudnessCorrection/

It's will be awesome to have this feature in Wavelet. It's kind of already possible, just bind AutoEQ intensity level to system volume level)) but it's better to have another effect in list)

Thanks!

aspidxt commented 1 year ago

I'm recommending to check this feature in EqualizerAPO, if you on Windows, it's geatly improve listening experience for me.

Pittvandewitt commented 1 year ago

Thank you for the suggestion. I have been working on this some time ago but it never got finalized. I'll give it another shot.

aspidxt commented 1 year ago

Awesome! Thanks, please let me know if I can help in some way.

aspidxt commented 9 months ago

Implemented in v 23.11 Works as expected. Thanks!!!

Pittvandewitt commented 9 months ago

It took some time, but here we are!