nnAudio icon indicating copy to clipboard operation
nnAudio copied to clipboard

Is Gammatone invertible?

Open turian opened this issue 4 years ago • 2 comments

turian avatar Apr 12 '21 22:04 turian

It is not invertible at the moment same as the Mel-spectrogram.

@tasercake attempted to implement the invertible Mel-spectrogram previously, but it took longer than libraosa to converge. https://github.com/KinWaiCheuk/nnAudio/issues/57

Knowing how to do invertible Mel-spectrogram should make it trivial to implement the same on the gammatone, since the only differences between them is the filter banks.

@tasercake, are you still interested in implementing the invertible Mel-spectrogram?

KinWaiCheuk avatar Apr 13 '21 02:04 KinWaiCheuk

I'd be interested in taking another crack at it, but thus far I haven't come across any new information that would help me build a better inversion algorithm.

tasercake avatar Apr 21 '21 11:04 tasercake