mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-06 05:33:00 +08:00
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).
10 lines
222 B
Plaintext
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
|