blitztext-app-linux/linux/blitztext
mARTin-B78 209b4ef259 Add custom WAV audio cues for recording start/stop
New sound.py plays a user WAV (or a built-in system sound) without blocking.
Config gains [sounds] before/after paths. The daemon plays the "before" cue when
recording starts and the "after" cue on every stop (stop+paste, stop+paste+Enter,
or auto-stop on silence — all funnel through finish_dictation). Input tab gets an
Audio cues section: file pickers with play-test and clear-to-default buttons.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 09:40:09 +02:00
..
__init__.py Bump version to 1.2.0 and update CHANGELOG.md 2026-06-05 20:04:39 +02:00
__main__.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
audio.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +02:00
autostart.py Redesign Settings: preset/engine managers, mic + level meter, autostart 2026-06-04 23:13:36 +02:00
benchmark.py Benchmark: add Device column (CPU/GPU/remote); case-sensitive accuracy 2026-06-05 14:12:16 +02:00
blitztext.py Add Log tab + in-memory log buffer 2026-06-05 09:42:48 +02:00
config.py Add custom WAV audio cues for recording start/stop 2026-06-06 09:40:09 +02:00
daemon.py Add custom WAV audio cues for recording start/stop 2026-06-06 09:40:09 +02:00
gtksettings.py Add custom WAV audio cues for recording start/stop 2026-06-06 09:40:09 +02:00
gtkui.py Add tooltips and ATK screen reader accessibility properties 2026-06-05 19:28:19 +02:00
inputmode.py Add modifier-key input scheme (whisper-key style) 2026-06-04 20:26:59 +02:00
llm.py Move Whisper device/compute into Engines→STT; add LLM Type (local/cloud) 2026-06-05 09:48:26 +02:00
logbuffer.py Add Log tab + in-memory log buffer 2026-06-05 09:42:48 +02:00
notify.py Add Blitztext for Linux v1.0.0 — native dictation tool 2026-06-03 22:44:28 +02:00
paste.py Add Wayland, Tests, CI, and OpenWakeword integration 2026-06-05 17:16:05 +02:00
quality.py Add Wayland, Tests, CI, and OpenWakeword integration 2026-06-05 17:16:05 +02:00
recorder.py Rewrite README; fix fd leak, StopIteration crash, add pip Dependabot 2026-06-05 16:01:31 +02:00
routing.py Add voice-keyword routing 2026-06-04 09:47:12 +02:00
sound.py Add custom WAV audio cues for recording start/stop 2026-06-06 09:40:09 +02:00
streaming.py Add realtime streaming and Linux app docs 2026-06-05 15:06:17 +02:00
stt.py Add realtime streaming and Linux app docs 2026-06-05 15:06:17 +02:00
transcribe.py Benchmark: add Device column (CPU/GPU/remote); case-sensitive accuracy 2026-06-05 14:12:16 +02:00
tray.py Rebuild GUI in GTK3 (native panel, unified with tray) 2026-06-04 09:40:24 +02:00
wakeword.py Fix wakeword socket loop to be fully asynchronous 2026-06-05 17:59:59 +02:00