-
I trained a char based tacotron2 model for "CSMSC" recipe. Then I used the "csmsc.parallel_wavegan.v1" model as the vocoder to synthesis Chinese. But, the result is bad.
Can you give me some advi…
-
Thanks to the author for the Google Colab Notebook.
I managed to install all prerequisites without problem.
Yet, executing the cell "Synthesis" hasn't finished after 1h 20m.
This seems to be too lo…
-
Hello,
I'm trying to follow instructions on this page: https://github.com/mozilla/TTS/wiki/Released-Models
Specifically:
```
Simple packaging - self contained package that runs an HTTP API for a…
-
Recently Baidu [released](https://github.com/PaddlePaddle/Parakeet#pre-trained-models-and-audio-samples) mel2wav pretrained model which is close to WaveNet in terms of quality but much faster. Its con…
qo4on updated
4 years ago
-
Hi all,
I had try this [demo](https://colab.research.google.com/github/espnet/notebook/blob/master/tts_realtime_demo.ipynb#scrollTo=3lMJyJcLCsd4) and when I synthesize on CPU with multiple sentence, …
-
Failed Synthesis:
Attempted the English demo in your excellent TTS Demo colab notebook. I installed Install, FastSpeech, Parallel WaveGAN, Setup and Synthesis with no error. Typed in a sentence at …
-
Hi,
just found https://arxiv.org/pdf/2005.05106.pdf
It seems to provide significantly better quality than regular MelGAN, and is also stunningly fast (0.03 RTF on CPU). The authors will be publi…
-
hi, i want create my own dataset for persian language.
now going to create dataset, but befor that i want increase ljspeech data for testing what happend if my dataset will samaller than its.
i keep…
-
by runing ./run.sh i get this error:
```
[Parallel(n_jobs=16)]: Done 6018 tasks | elapsed: 2.4min
[Parallel(n_jobs=16)]: Done 7168 tasks | elapsed: 2.7min
/home/bahram/ParallelWaveGA…
-
Hi,Can you share your train.py which combiles ParallelWaveGAN generator with MelGAN discriminator, thank you!