- STTEngine gains timeout: int = 30 field; used as HTTP timeout per engine - Engines tab shows "Timeout (s)" field; blank = 30s default - WhisperX quickstart template pre-sets 120s (diarization is slow) - config load/save: only written when != 30 to keep config clean - RAM column header tooltip explains "server" for Docker/remote engines Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
385 B
Python
10 lines
385 B
Python
"""Blitztext for Linux — native dictation daemon.
|
|
|
|
Press a global hotkey, speak, and the transcribed (optionally LLM-rewritten)
|
|
text is typed into whatever text field currently has focus. This is the Linux
|
|
counterpart to the macOS Blitztext menu bar app: it runs natively on the host
|
|
(not in a container) so it can type into any application via xdotool.
|
|
"""
|
|
|
|
__version__ = "2.03.07"
|