Document voice assistant TTS service status

Mark TTS functionality as disabled due to onnxruntime removal
(freed 1.2GB disk space during cleanup)
This commit is contained in:
2025-10-11 18:25:08 +02:00
parent ab4a4cfc9c
commit 9aa881d895

View File

@@ -1,5 +1,7 @@
# Voice Assistant Setup # Voice Assistant Setup
⚠️ **STATUS: DISABLED** - onnxruntime package was removed to free disk space (1.2GB). Voice functionality is currently unavailable.
This document describes how to set up AI voice capabilities for Claude Code using local TTS (Text-to-Speech) services. This document describes how to set up AI voice capabilities for Claude Code using local TTS (Text-to-Speech) services.
## Overview ## Overview
@@ -8,6 +10,7 @@ The voice assistant setup uses:
- **Piper TTS**: Local neural text-to-speech engine for generating natural-sounding speech - **Piper TTS**: Local neural text-to-speech engine for generating natural-sounding speech
- **FastAPI**: HTTP server wrapper to make Piper compatible with voice-mode - **FastAPI**: HTTP server wrapper to make Piper compatible with voice-mode
- **Ryan voice model**: Professional male US English voice for AI assistant personality - **Ryan voice model**: Professional male US English voice for AI assistant personality
- **onnxruntime**: ML inference library (removed - required for TTS)
## Prerequisites ## Prerequisites