-
- Downloads
Merge branch 'add-chattts' into chatTTS3
Showing
- STT/paraformer_handler.py 61 additions, 0 deletionsSTT/paraformer_handler.py
- STT/whisper_stt_handler.py 2 additions, 1 deletionSTT/whisper_stt_handler.py
- arguments_classes/module_arguments.py 1 addition, 1 deletionarguments_classes/module_arguments.py
- arguments_classes/paraformer_stt_arguments.py 17 additions, 0 deletionsarguments_classes/paraformer_stt_arguments.py
- arguments_classes/whisper_stt_arguments.py 0 additions, 6 deletionsarguments_classes/whisper_stt_arguments.py
- requirements.txt 3 additions, 1 deletionrequirements.txt
- requirements_mac.txt 3 additions, 1 deletionrequirements_mac.txt
- s2s_pipeline.py 20 additions, 1 deletions2s_pipeline.py
STT/paraformer_handler.py
0 → 100644
... | ... | @@ -3,4 +3,6 @@ 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 | ||
ChatTTS | ||
\ No newline at end of file | ||
ChatTTS | ||
funasr | ||
modelscope | ||
\ No newline at end of file |
Please register or sign in to comment