Files
claudecodeui/voice-sidecar/requirements.txt
newsbubbles d05585e1f4 feat(voice): add optional speech-to-text input and read-aloud TTS
Adds a push-to-talk mic button in the composer and a read-aloud button on
assistant messages. Both are opt-in and hidden unless a voice backend is
configured via VOICE_SIDECAR_URL.

The auth-gated /api/voice proxy forwards to a configurable backend exposing
/transcribe and /tts (provider-agnostic); the frontend probes /api/voice/health
and hides the controls when disabled. Adds i18n keys and docs/voice.md.

Includes a local, no-API-key reference backend in voice-sidecar/ (faster-whisper
for STT, Kokoro-82M for TTS, both CPU-capable).
2026-06-08 00:48:24 +01:00

10 lines
222 B
Plaintext

# CloudCLI voice sidecar — STT (faster-whisper) + TTS (Kokoro-82M)
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
python-multipart>=0.0.9
faster-whisper>=1.0.0
kokoro>=0.9.4
misaki[en]>=0.9.4
soundfile>=0.12.1
numpy>=1.26.0