Normalize transcription naming

This commit is contained in:
Thales Maciel 2026-02-24 11:04:02 -03:00
parent 3b7fa236b4
commit b74aaaa1c4
No known key found for this signature in database
GPG key ID: 33112E6833C34679
5 changed files with 33 additions and 29 deletions

View file

@ -4,7 +4,7 @@
- `src/leld.py` is the primary entrypoint (X11 transcription daemon).
- `src/recorder.py` handles audio capture using PortAudio via `sounddevice`.
- `src/stt.py` wraps faster-whisper for transcription.
- `src/transcription.py` wraps faster-whisper for transcription.
## Build, Test, and Development Commands