e19831f7d5
Windows-Desktop-Script: Energy VAD + Whisper Wake Detection, faster-whisper STT, mss Screen Capture, MC2 Vision/Chat API, Edge TTS Ausgabe, pystray System Tray. Kein Account nötig — Wake Word frei konfigurierbar via WAKE_WORDS in config.py. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
465 B
Plaintext
29 lines
465 B
Plaintext
# Hermes Voice Client — Dependencies
|
|
# Installation: pip install -r requirements.txt
|
|
|
|
# Wake Word Detection: Silero VAD + Whisper (kein Account, beliebiges Wort)
|
|
|
|
# Speech-to-Text (läuft lokal auf CPU)
|
|
faster-whisper>=1.0.0
|
|
|
|
# Audio I/O
|
|
sounddevice>=0.4.6
|
|
numpy>=1.24.0
|
|
scipy>=1.11.0
|
|
|
|
# Text-to-Speech
|
|
edge-tts>=6.1.9
|
|
|
|
# Screen Capture
|
|
mss>=9.0.1
|
|
Pillow>=10.0.0
|
|
|
|
# HTTP Client (async)
|
|
httpx>=0.27.0
|
|
|
|
# System Tray
|
|
pystray>=0.19.5
|
|
|
|
# Audio Playback
|
|
pygame>=2.5.0
|