-
- Downloads
Merge branch 'main' into DeepFilterNet
No related branches found
No related tags found
Showing
- STT/whisper_stt_handler.py 3 additions, 1 deletionSTT/whisper_stt_handler.py
- TTS/chatTTS_handler.py 82 additions, 0 deletionsTTS/chatTTS_handler.py
- arguments_classes/chat_tts_arguments.py 21 additions, 0 deletionsarguments_classes/chat_tts_arguments.py
- arguments_classes/module_arguments.py 1 addition, 1 deletionarguments_classes/module_arguments.py
- requirements.txt 4 additions, 3 deletionsrequirements.txt
- requirements_mac.txt 3 additions, 1 deletionrequirements_mac.txt
- s2s_pipeline.py 19 additions, 1 deletions2s_pipeline.py
TTS/chatTTS_handler.py
0 → 100644
arguments_classes/chat_tts_arguments.py
0 → 100644
... | ... | @@ -3,6 +3,7 @@ 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 | ||
torch==2.4.0 | ||
sounddevice==0.5.0 | ||
funasr | ||
modelscope | ||
deepfilternet | ||
ChatTTS>=0.1.1 | ||
funasr>=1.1.6 | ||
modelscope>=1.17.1 | ||
deepfilternet>=0.5.6 |
Please register or sign in to comment