Skip to content

correct f0 frame_length error#23

Open
JeffpanUK wants to merge 1 commit intoNVIDIA:masterfrom
JeffpanUK:JeffpanUK-patch-1
Open

correct f0 frame_length error#23
JeffpanUK wants to merge 1 commit intoNVIDIA:masterfrom
JeffpanUK:JeffpanUK-patch-1

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