docs: update README with microphone monitoring and dependency changes

This commit is contained in:
2026-05-14 19:13:26 +02:00
parent c29505fac8
commit fb671003d2
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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
Generated
+1 -1
View File
@@ -980,7 +980,7 @@ wheels = [
[[package]]
name = "whisper-local"
version = "1.2.0"
version = "1.3.0"
source = { editable = "." }
dependencies = [
{ name = "comtypes", marker = "sys_platform == 'win32'" },