feat:add chatTTS
Showing
TTS/chatTTS_handler.py
0 → 100644
arguments_classes/chat_tts_arguments.py
0 → 100644
... | @@ -2,4 +2,7 @@ nltk==3.9.1 | ... | @@ -2,4 +2,7 @@ nltk==3.9.1 |
parler_tts @ git+https://github.com/huggingface/parler-tts.git | parler_tts @ git+https://github.com/huggingface/parler-tts.git | ||
melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a copy of MeloTTS to have compatible versions of transformers | melotts @ git+https://github.com/andimarafioti/MeloTTS.git#egg=MeloTTS # made a copy of MeloTTS to have compatible versions of transformers | ||
torch==2.4.0 | torch==2.4.0 | ||
sounddevice==0.5.0 | sounddevice==0.5.0 | ||
\ No newline at end of file | funasr | ||
modelscope | |||
ChatTTS | |||
\ No newline at end of file |
Please register or sign in to comment