-
**Is your feature request related to a problem? Please describe.**
Currently the api assumed English. This is a problem for other languages!
Some models / vocoders support multiple languages.
…
-
Hi @jik876 @Edresson
I have been trying to integrate tacotron2 and Hifi gan to create fully end to end TTS. But when I am feeding Tacotron2 output to your finetuned model of HiFi GAN output audio …
-
I'm interested in using TTS for voice synthesis for reading text.
Maybe I can't find my way around here, but the readme gives a clear and concise way to get the tool for using this text-to-speech l…
-
I wanted to train a glow tts model with custom dataset which is structured similar to the LJSpeech dataset. While running training i get the following error attached below, please do guide and help me…
-
Hi
Please share steps for onnx model inferecing and also share pretrain weight to convert glowTTS to onnx.
Thanks
-
## 🐛 Description
I'm using this repo just for inference, hence this entire repo is only about inference.
I'm running the following command:
` tts --model_name tts_models/en/ljspeech/glow-tts …
-
**🚀 Feature Description**
I did not see a clear description of how to clone your voice so that it would produce your voice on new text - just as almost all of the other tts engines use. I therefo…
-
I try to infer spectrogram which was yielded from NeMo glow_tts models
(and Vocoder model is using pre-trained models jsut_multi_band_melgan.v2 or just_hifigan.v1 )
But blow error was happened
…
-
Hello.
I am trying to convert the Glow TTS model from PyTorch to ONNX. I am running in to the following issue during the export step -
```python
/content/TTS_repo/TTS/tts/layers/glow_tts/glow.p…
-
Impressive program!
Using a bash script, how do I send text to the larynx SERVER?
When using the larynx CLI, there is a 5-15 second startup delay (which I'm trying to eliminate).
So I'd like to…