Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output samples not correct #1

Open
ghost opened this issue Aug 3, 2017 · 0 comments
Open

output samples not correct #1

ghost opened this issue Aug 3, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 3, 2017

I think there is a problem with the stft/istft functions or maybe some other problem.

If I have a test wav file of 10 seconds, sampled at 44.1kHz, then the number of input samples is going to be 10 x 44100 = 441000 samples. However, the output wav files have 441088 samples. I noticed that by changing the FFT size, the last value, for example 88, changes to some other numbers, either a bit below or above 100. But anyway, there seems to be a problem in the reconstruction of the data, this is not additive components if I can't get back the original amount of samples as my input. Is there anyway to fix this?

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants