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

Why not use unvoiced information #1

Open
yangmingqi opened this issue Aug 17, 2023 · 1 comment
Open

Why not use unvoiced information #1

yangmingqi opened this issue Aug 17, 2023 · 1 comment

Comments

@yangmingqi
Copy link

https://github.com/PlayVoice/NSF-BigVGAN/blob/d7204d8329e67e597f8856f3d0db596123a01d15/model/nsf.py#L305
The pitches extracted from the audio are all greater than zero, so the SineGen not use unvoiced information. Why do this, the unvoiced information is not important?

@MaxMax2016
Copy link
Contributor

MaxMax2016 commented Aug 18, 2023

For train, pitch is from pyworld with uv;
For infer, pitch is from torchcrepe without uv,the uv of torchcrepe is not so accuracy to make some flaw;
Mel has the info of uv, so pitch without uv can be used for infer.

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

2 participants