lucianodato / libspecbleach

C library for audio noise reduction and other spectral effects
GNU Lesser General Public License v2.1
67 stars 12 forks source link

Whitening factor in adaptive denoising? #50

Closed Yahweasel closed 2 years ago

Yahweasel commented 2 years ago

Apologies if this is just a case of me not understanding the core technology, but why isn't whitening factor exported as part of the adaptive denoising API, when it is part of the learning denoising API? Coming from noise-repellent, and unless I'm a loony, whitening definitely worked just as well in adaptive mode there as in learning mode.

lucianodato commented 2 years ago

I removed it specifically because with recent changes it was acting weirdly. The last thing I was doing it was actually to expose more functionality in the api so that's coming. I'll get back to develop this coming winter hopefully.

lucianodato commented 2 years ago

Added. Will be released in the next stable release

Yahweasel commented 2 years ago

Fantastic, thanks!