nsgt icon indicating copy to clipboard operation
nsgt copied to clipboard

How to reconstruct audio signal from the spectrogram (output of assemble_coeffs)

Open binarygo opened this issue 6 years ago • 3 comments

Hello

Thanks a lot for the nice package! I am looking for a "lossless way" to convert audio signal to spectrogram (in mel scale) and back to audio signal again. This seems to be a great solution.

However, after calling the assemble_coeffs() to construct spectrogram from CQT slices. How do I transform the spectrogram back to CQT slices (and thus backward() to audio signal again)? The overlap-add operation in the assemble_coeffs() seems to be irreversible.

Sorry for the dumb question, but it will be great if you could help on this. Thanks!

binarygo avatar May 15 '18 17:05 binarygo