-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 there any interest in providing a model trained in Brazilian Portuguese? #160
Comments
Unfortunately not at the moment. Maybe later on. |
Hello, I trained the model with the TTS -Portuguese Corpus. Provide a demo here: https://colab.research.google.com/drive/1OZ7T5fqR-QPyN5O6HFetkOeHNCKbdGsA |
would you mind if I link your model on our released models https://github.com/mozilla/TTS/wiki/Released-Models |
@Edresson have you tried universal wavernn trained here https://github.com/erogol/WaveRNN? It sounds already good to me but that might improve the results with neural vocoder. |
@erogol you can link my models. About WaveRNN I had been trying to train at TTS-Portuguese Corpus, however, I didn't get good results (I wasn't using transfer learning ). It would be interesting to try its implementation. |
@Edresson which version trained better, the one with transfer learning or the other? |
@erogol the version with transfer learning is better. |
I will try to use Universal WaveRNN. |
@erogol @reuben New pretreined model added to Colab Notebook ( link ). The notebook generates audio synthesized by the WaveRNN and Griffin-Lim vocoder. WaveRNN audios sound better. Below the details of the model if you want to add it on the released models page. Audio Sample Note: The model was trained using transfer learning ( with the model iter-120K | LJSpeech | commit: bf7590 ) |
Hey guys, I was looking for a way to clone a League of Legends character's voice After some days doing a lot of research, I'm still stuck at where to even begin with Was wondering if any of you might have any leads for me Thank you nonetheless! |
Hey @pedroalmeida415, I'm developing a website with cloned voices, there will be some voices from League of Legends as well. |
Hey @Cris140 sorry for the delay could you please send me an invite again? would be glad to help with what I can as well thanks |
There you go: https://discord.gg/YCShCG2G |
Hey, can you send me a invite ? I really interested on this |
@Cris140 Olá Cris140, ainda com o servidor no discord? |
@bebezento Com certeza, aqui um novo link: https://discord.com/invite/4npUee2XMk |
Hello, I recently developed a dataset for voice synthesis in Brazilian Portuguese using my own voice, called TTS-Porguese Corpus, the base has approximately 10 hours of talk, is available at: https://github.com/Edresson/TTS-Portuguese-Corpus
I have already successfully trained the DCTTS model in the dataset.
I created a branch in my repository to support the dataset in this repository, see here: https://github.com/Edresson/TTS/tree/TTS-Portuguese
In initial tests the model unfortunately did not converge, at the moment I'm out of time, and machine to train the model.
Is anyone interested in training/adjusting the hyperparameters of the model to get a TTS model in Portuguese?
The text was updated successfully, but these errors were encountered: