Comment out pocketsphinx and porcupine (require manual setup)

This commit is contained in:
Claw - AI Now Inc 2026-03-01 11:24:48 -08:00
parent 964952f0cf
commit e2e3072f00

View File

@ -22,11 +22,11 @@ websocket-client>=1.5.0
# Voice Activity Detection
vosk>=0.3.45
# Offline speech recognition
pocketsphinx>=5.0.0
# Offline speech recognition (optional, may require manual install)
# pocketsphinx>=5.0.0
# Hotword Detection
porcupine>=2.2.0
# Hotword Detection (optional - requires Picovoice API key)
# porcupine>=2.2.0
# Configuration
python-dotenv>=0.19.0