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

correct f0 frame_length error #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JeffpanUK
Copy link

The parameter "frame_length" in compute_f0 should be the "win_length" rather than the "filter_length".
When filter_length > win_length, the f0 computation will be incorrect.
As in mel computation, we first get the window with win_length and then pad it to filter_length.
In F0 computation, we should as well compute F0 within a win_length frame rather than filter_length frame.

@candlewill
Copy link

Yes, I think you're right.

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

Successfully merging this pull request may close these issues.

2 participants