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:
@@ -1,5 +1,7 @@
|
||||
# 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.
|
||||
|
||||
## Overview
|
||||
@@ -8,6 +10,7 @@ The voice assistant setup uses:
|
||||
- **Piper TTS**: Local neural text-to-speech engine for generating natural-sounding speech
|
||||
- **FastAPI**: HTTP server wrapper to make Piper compatible with voice-mode
|
||||
- **Ryan voice model**: Professional male US English voice for AI assistant personality
|
||||
- **onnxruntime**: ML inference library (removed - required for TTS)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
||||
Reference in New Issue
Block a user