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

Can't I change the length of my voice length? #32

Open
Koeunseooooo opened this issue Nov 10, 2021 · 1 comment
Open

Can't I change the length of my voice length? #32

Koeunseooooo opened this issue Nov 10, 2021 · 1 comment

Comments

@Koeunseooooo
Copy link

Hello, I tried to use a pretrained model with kss data, but a 1 second wav file was printed out. Can you only make a 1-second file with that model? If I want a 7-second voice file, which part should I modify? Thank you.

@Jackson-Kang
Copy link
Contributor

Hello, I tried to use a pretrained model with kss data, but a 1 second wav file was printed out. Can you only make a 1-second file with that model? If I want a 7-second voice file, which part should I modify? Thank you.

Hello, @Koeunseooooo ,

KSS dataset consists of 44,100 KHz sampling rate. When I train the VocGAN on KSS dataset, I downsampled the dataset to 22,050 KHz.

If you train your acoustic model such as FastSpeech2, Tacotron2 or etcs on different sampling rate(i.e., not 22,050 KHz samples), that might be problem. In this case, you can solve this problem using 2 ways: (1) train your acoustic model with 22,050 KHz samples or (2) train VocGAN using your custom dataset without any change of sampling rate.

Since this is not my own repository, I may rarely check your question. If you got any further question, please email me.

Thank you.

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