-
Steps to reproduce:
1. Install TTS with `python -m pip install TTS`
2. Run in console: `tts --text "Hello my name is Johanna, and today I want to talk a bit about AutoPlug. In short, AutoPlug is a f…
-
- [x] I have searched to see if a similar issue already exists.
It's a pretty common feature. I would expect it works like so:
```py
choices = [ { 'value': True, 'name': 'Yes' }, { 'value': False…
-
### Summary
A relatively easy way to improve the quality of the toolbox output is through fine-tuning of the multispeaker pretrained models on a dataset of a single target speaker. Although it is no …
-
Can I use my own audio data to train the model? I hope to use my own voice as output.
-
Brief Introduction: There are better natural sounding Text to Speech program out there that can make the experience better
Details of singular models:
https://github.com/mozilla/DeepSpeech and htt…
-
Output from TransformerTTS (Fastpitch/fastspeech2 based) :
text: "नमस्ते, मैं बजाज आलियांज़ जनरल इंश्योरेंस की ओर से स्वाति बोल रही हूँ, क्या आप से बात करने के लिए ये समय सही है?"
https://gith…
-
I am trying to deploy `TTS` using `onnx` and `Tensorflow serving`. Like
```
model_path = 'best_model.pth.tar'
model_config = 'config.json'
use_cuda = False
config = load_config(model_confi…
-
Setup:
coremltools3.0b3, python 3.7.3 , MacOS 10.15, with Xcode12 beta installed, convertion of Tacotron model.
I converted the text-to-speech model which using the last coremltools beta, but when…
-
I have a general question regarding TTS that can pronounce acronyms like NFL, NIH, etc, and abbreviations like NASA, NATO, AIDS. I searched in the help and issues and couldn't find anything relevant. …
-
**Describe the bug**
When initiating tacotron.py for training, the following error comes up:
Error executing job with overrides: []
Error in call to target 'nemo.collections.tts.data.tts_dataset.…