Use in-memory audio for STT

This commit is contained in:
Thales Maciel 2026-02-24 11:48:02 -03:00
parent 861f199dea
commit ebba452268
No known key found for this signature in database
GPG key ID: 33112E6833C34679
5 changed files with 17 additions and 50 deletions

View file

@ -6,12 +6,11 @@ Python X11 STT daemon that records audio, runs Whisper, logs the transcript, and
- X11 (not Wayland)
- `sounddevice` (PortAudio)
- `soundfile` (libsndfile)
- `faster-whisper`
- Tray icon deps: `gtk3`
- Python deps: `pillow`, `python-xlib`, `faster-whisper`, `PyGObject`, `sounddevice`, `soundfile`
- Python deps: `pillow`, `python-xlib`, `faster-whisper`, `PyGObject`, `sounddevice`
System packages (example names): `portaudio`/`libportaudio2` and `libsndfile`.
System packages (example names): `portaudio`/`libportaudio2`.
## Python Daemon