amantalion
amantalion
@syoyo I think there might be another bug in the function `stft()`. Here is how `rfft()` is called: `bool ret = rfft(y_modulated.data(), /* frame len */nframes, /* num frames */frame_length,...
Thank you for your quick reply, @syoyo . Do you know how to add the support for that by any chance? I don't understand the algorithm completely myself, but I...
@syoyo Thank you so much for your quick reply. I will follow the steps that you describe to fix this issue.
Also, the test succeeds if I delete the `fft_size != (nframes-1) ` assertion from `rfft`. However, I notice that the reconstructed audio after `STFT + ISTFT` has some buzzing/distortions (sounds...