Use in-memory audio for STT
This commit is contained in:
parent
861f199dea
commit
ebba452268
5 changed files with 17 additions and 50 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue