-
Hi,
Is there a timeline on when this will support English?
Thank you!
-
### Describe the bug
When passing a list of custom split sentences using a custom split function, the TTS model (`tts_models/multilingual/multi-dataset/xtts_v2` to be specific) with `split_sentence…
-
Can we get a template that would allow for a narrator voice and a person speech voice...
For example:
```
Sergeant Maria Vasquez enters the room, saluting sharply before taking a seat across fr…
-
I'm developing a tool to create audiobooks, and I've been working on replacing my existing backend for speech generation with F5-TTS.
When comparing it to what I'm currently using (XTTS), the speec…
-
Hello when I try the code on LJSpeech dataset everything works fine and I am able to train the model, but when I try my own dataset in language different than English, I am able to generate latents wi…
-
Not sure what is going wrong. I followed the setup instructions in the ReadMe, but when I click the lcoalhost link, the error shows up in the command line.
```INFO: Started server process [1582…
-
### Describe the bug
What I did:
```
from TTS.api import TTS
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to("cpu")
t=open('text2.txt', 'r').read().replace('\n','')
tts.tts_to_…
Zibri updated
3 months ago
-
Is there a way to include and serve MeloTTS and/or OpenVoice?
They're state-of-the-art TTS (and voice cloning) and pretty fast, even on CPU only.
https://github.com/myshell-ai/MeloTTS
https://git…
-
I'd encourage some experimenting!
Also this isn't the correct XTTS, but since it's more of an operations communication it has no value in issues anyway -- was just wondering if you had a settings cac…
-
SpeechT5 is included because it's in Transformers and it's an easy first pick for TTS.
There are several others (in no particular order):
[Tortoise](https://github.com/neonbjb/tortoise-tts/)
…