-
Notifications
You must be signed in to change notification settings - Fork 488
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
Is it possible to train any other language? #60
Comments
Hello, as you mentioned "Language-dependent frontend text processor for English and Japanese |
It means you don't need to write text processing frontend for English and Japanese. For any other language, you need to write your own text processor. |
@r9y9 |
@amilamad It may work but I have never tried it. |
You can use the SAMPA phoneset.. uses a lookup table to map from unicode characters to similar sounds...Its used to build grapheme based voices in Festival. Unfactorised embedding: Example wavs files (each language-speaker pair has one id) Factorized: Example wavs files (each language, speaker , gender has separate embedding) |
@pbaljeka Did you use https://github.com/r9y9/deepvoice3_pytorch project for generating above samples?. |
@amilamad Yes I used this repo for it. The data was a mix of IITM blizzard voices and festvox indic datasets.. so from about 9 hours of data to less than 20 mins for some speakers and languages. I used the Festvox frontend with sampa phones. |
@pbaljeka |
@r9y9 |
@tbornt You are right. See https://github.com/r9y9/deepvoice3_pytorch/tree/master/vctk_preprocess for example. |
@r9y9 |
Yes, I agree. Also #78 will help people work on their own datasets. Flexible custom dataset support is pretty cool. I'm reviewing now. |
Hello, I have not seen anything applied for Spanish language, do you know if there is any dataset that could help me to train the training? |
Hi @fpanchoro , you may want to checkout our free dataset at M-AILABS Speech Dataset... |
Can anyone share Indian language dataset link here. Would like to test this repo on indian language |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
No description provided.
The text was updated successfully, but these errors were encountered: