-
### Description
The goal is to develop a Tibetan text-to-speech (TTS) model that can convert Tibetan text into Tibetan speech. This project involves training a TTS model using filtered good audio qual…
-
INFO:ChatTTS.utils.download:checking assets...
Traceback (most recent call last):
File "/data/chattts/a/c/pi.py", line 358, in
chat=load_chat_tts_model(source="local", local_path="/data/chat…
-
### 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=…
-
OpenVoice is amazing and I like it a lot. However, I wanted to experiment with different TTS models like [Parler tts](https://github.com/huggingface/parler-tts) from huggingface as the base model inst…
-
I installed the exe file, configured the models I wanted to use (chat model and tts).
it launches without issue, but when I try to chat the program crashes/closes.
not sure why/how.
using a RX …
-
I installed the program under fedora using Flatpak,and the AMD plugin (flatpak asked user or system, I picked system). It started out fine, I added a few languages, now it won't start (even with har…
-
Hello
I finetuned a voice using the finetune_gradio.py succesfully, now how am im using it as the model with the infer_gradio normal gui and not only in test tab of the finetune gui?
is it a way…
-
### Describe the bug
When I do fresh install of TTS and want to use bark model, it does not work, gives error:
```
(.venv) user@server : ~/tmp/tts$ tts --model_name 'tts_models/multilingual/multi…
-
Just a quick FYI..
I've VERY QUICKLY (so bugs beware) added sherpa-onnx to this python tts-wrapper..
https://github.com/willwade/tts-wrapper?tab=readme-ov-file#sherpa-onnx
We do fun things l…
-
import pyttsx4
engine = pyttsx4.init('coqui_ai_tts')
engine.say('this is an english text to voice test, listen it carefully and tell who i am.')
engine.runAndWait()
Traceback (most recent call l…