twitch tts
1.0.0
Herramienta de texto a voz de Twitch
Esta herramienta se agrega el comando ! TTS y reproduce audio de Python TTS.
Es gratis (Twitch-TTS bajo la licencia MIT).
El objetivo:
Úselo cuidadosamente, es una versión temprana.
Desarrollo en Ubuntu Linux.
A. Clásico (Soporte CUDA)
Twitch.py client - !tts [something] -> Coqui.ai TTS Feature - Curl -> ALSA:aplay
B. Nuevo (solo CPU)
Browser (twitch-js) <-> Docker with TTS
docker run -it --rm -p 5003:8000 -p 5002:5002 -e TWITCHCHANNEL= < ChannelName > dreamerwolf/twitch-tts-server:latest /root/twitch-tts/run-cpu-docker.shsudo apt install python3-venv git
mkdir -p ~ /python3-venv-root/twitch-tts-venv
python3 -m venv ~ /python3-venv-root/twitch-tts-venv
cd ~ /python3-venv-root/twitch-tts-venv
git clone https://github.com/dreamerc/twitch-ttspip install -r requirements.txtUPC :
./run-cpu.shNvidia Cuda:
./run-cuda.shComenzar :
python twitch-tts.pyUso:
Úselo en la sala de chat
!tts <something>
P: Si no desea usar el navegador como cliente, aún puede usar el cliente Python.
R: Use la función Python Venv para instalar.
P: ¿Dónde está la configuración de Autoplay y JavaScript?
R: https://blog.mozilla.org/en/uncategorized/block-autoplay/ (pero establece Permitir Firefox), Chrome está habilitado por defecto.