voice-agent/windows-dictate/requirements.txt
root 01526e8a91 feat(windows-dictate): Push-to-Talk-Tray-Client für Diktat am Cursor
Neuer Ordner `windows-dictate/`: kleiner Python-Tray-Client für Windows.
Hotkey halten (Default F8) = Mikro aufnehmen, loslassen = WAV per
Multipart an den bestehenden `POST /api/transcribe`-Endpoint vom
Mac-Worker schicken, Antwort am Cursor via Zwischenablage + Strg+V
einfügen. Keine Server-Änderung nötig.

Enthält dictate.py (Recorder + Tray + Hotkey), config.example.toml,
requirements.txt, build.bat (PyInstaller), README mit Setup und
Streaming-Upgrade-Pfad.
2026-05-19 21:32:28 +00:00

8 lines
109 B
Plaintext

sounddevice>=0.4.6
numpy>=1.26
requests>=2.31
keyboard>=0.13.5
pyperclip>=1.8.2
pystray>=0.19.5
Pillow>=10.0