- Whisper-ASR ASR http://localhost:8001 语音转文字 / 字幕
nohup ~/llama/whisper.cpp/build/bin/whisper-server -m /data/models/asr/whisper-large-v3-q8_0.gguf \
–host 0.0.0.0 –port 8001 -ngl 19
- CosyVoice-TTS TTS http://localhost:8002 文本转语音
export PYTHONPATH=~/llama/CosyVoice/third_party/Matcha-TTS//Matcha-TTS:$PYTHONPATH
nohup python3 ~/llama/tts/tts_server2.py > /var/llama/logs/tts-server.log 2>&1 &
(more…)