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

There should be no need for a stonemask after harvest. #66

Open
Hiroshiba opened this issue Oct 24, 2021 · 0 comments
Open

There should be no need for a stonemask after harvest. #66

Hiroshiba opened this issue Oct 24, 2021 · 0 comments

Comments

@Hiroshiba
Copy link

In the sample of demo.py, stonemask is performed after harvest, but since stonemask is supposed to be used only for dio, it may be less correct if it is.

_f0_h, t_h = pw.harvest(x, fs)
f0_h = pw.stonemask(x, _f0_h, t_h, fs)
sp_h = pw.cheaptrick(x, f0_h, t_h, fs)
ap_h = pw.d4c(x, f0_h, t_h, fs)

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