-
## Prerequisites
* [x] Did you update gTTS to the latest? (`pip install --upgrade gTTS`)
The issue was reported before but no solution seems to be working
## Current Behaviour (steps to repro…
-
### Describe the bug
When I run `tts-server --model_name tts_models/multilingual/multi-dataset/xtts_v2`, I am getting the below error:
```
tts_models/multilingual/multi-dataset/xtts_v2 is alrea…
-
### Describe the bug
the first word is often skipped.
Is there a way to fix?
### To Reproduce
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to(device)
wav = tts.tts_to_file(text="…
-
**Is your feature request related to a problem? Please describe.**
There are already a lot of TTS Services aviable out
- https://platform.openai.com/docs/guides/text-to-speech
- https://localai.io/…
-
Hi All,
Been using this great library since 2017 and it has worked flawlessly.
I realized last night that out of the blue some of my various scheduled announcements were not running, so I pulled…
-
Hello @Flux9665 . I am currently exploring Toucan TTS. Thanks for ur great work at Toucan TTS. I wanna ask u, does Toucan TTS support streaming prediction? If it does, how can we enable it and if not,…
-
My eyes are unexpectedly worse than usual, so having your tts script as a starting point to do a quick port to espeak has been a great help.
Mostly just:
exec({"espeak", "-z", "-v", "en+f5",…
-
`Running on public URL: https://f8dbd510252fbd9f18.gradio.live
split_sentences: 100%|█████████████████████████████████████████████████████████████████| 1/1 [00:00
-
### Issue: Incomplete and Outdated Features in `webapp-conversation` Template Project
#### Summary:
The `webapp-conversation` template project appears to be missing several key features and is not…
-
### Describe the bug
Intel Mac.
```
tts=TTS(model_name='multi-dataset/xtts_v2/en',progress_bar=True).to('mps')
tts.tts_to_file(text='testing', file_path='out.wav', speaker='Craig Gutsy', language=…