docs: update README with microphone monitoring and dependency changes
This commit is contained in:
@@ -9,6 +9,7 @@ Läuft als Hintergrunddienst mit Tray-Icon auf **Linux (KDE Plasma / Wayland)**
|
||||
- Systemweiter Hotkey (Standard: `F12`), konfigurierbar über den Einstellungs-Dialog im Tray
|
||||
- Einfügen ins aktive Textfeld unabhängig von der Anwendung (Browser, Terminal, IDE …)
|
||||
- Mikrofon-Auswahl über Tray-Einstellungen
|
||||
- Mikrofon-Verbindungsüberwachung: automatischer Fallback auf Standard-Mikrofon wenn das konfigurierte Gerät getrennt wird, Toast-Benachrichtigung + Tray-Warnung
|
||||
- Lokale Transkription via [faster-whisper](https://github.com/SYSTRAN/faster-whisper)
|
||||
- Tray-Icon mit drei Zuständen: warten / aufnehmen / transkribieren
|
||||
|
||||
@@ -50,8 +51,8 @@ uv sync
|
||||
|
||||
`uv sync` installiert plattformspezifisch:
|
||||
|
||||
- **Linux**: `evdev`, `PyGObject`, `pystray`, `Pillow`, `sv-ttk`, `darkdetect`
|
||||
- **Windows**: `pynput`, `pywin32`, `pystray`, `Pillow`, `sv-ttk`, `darkdetect`
|
||||
- **Linux**: `evdev`, `PyGObject`, `pystray`, `Pillow`, `sv-ttk`, `darkdetect`, `notify-py`
|
||||
- **Windows**: `pynput`, `pywin32`, `comtypes`, `pystray`, `Pillow`, `sv-ttk`, `darkdetect`, `notify-py`
|
||||
|
||||
## Konfiguration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user