feat(voice): ajouter client vocal Hermes (hermes-voice)

- tools/hermes-voice/ : pipeline VAD → faster-whisper → LiteLLM → piper TTS
- mot-clé "hermes" détecté dans la transcription Whisper (pas de wake word model)
- modes : VAD continu + push-to-talk + --no-tts pour debug
- nftables : ouvrir port 4000 LiteLLM vers LAN domestique (192.168.1.0/24)
- admin/ia/hermes-voice.md : documentation installation et utilisation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alkatrazz 2026-06-02 15:12:44 +02:00
parent eca28a8dc1
commit 6fc5b5984e
4 changed files with 387 additions and 2 deletions

View file

@ -0,0 +1,4 @@
faster-whisper>=1.0.0
sounddevice>=0.4.6
numpy>=1.24.0
requests>=2.31.0