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

Problem about output size of wav2world in special cases #86

Open
chankl3579 opened this issue Jun 20, 2023 · 0 comments
Open

Problem about output size of wav2world in special cases #86

chankl3579 opened this issue Jun 20, 2023 · 0 comments

Comments

@chankl3579
Copy link

Hi, I am using the wav2world function for the sp so that I can further calculate mcep with SPTK.
I have a similar problem as #84.

I am using fs=16000, frame_period=16.0, fft_size=1024.
I suddenly found that if I apply the function to an audio with exactly 28160 data points, i.e., (16000*0.016)*110,
the output size of sp is (111, 513) while I expect 110.

Does PyWorld start the first frame at the first data point or does it pad something before or after?
May I also ask what is you suggestion if I really want to have 110 output frames?

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

1 participant