Install VoiceMode and its dependencies
# /voicemode:install Install VoiceMode and its dependencies. ## Usage ## Description Runs the VoiceMode installer to set up local speech-to-text and text-to-speech services. The installer will: 1. Install the VoiceMode package 2. Install Whisper.cpp for local STT 3. Install Kokoro for local TTS 4. Configure services to start automatically 5. Test the installation ## Implementation Run the VoiceMode installer using UV: The installer is interactive and will: - Detect the operating system (macOS, Linux) - Install required dependencies (FFmpeg, Python packages) - Download and config...