- stt.py: add ModelMeta dataclass, fmt_languages(), list_models_meta(), detect_remote_device(); refactor list_models() to delegate - benchmark.py: add languages field to BenchRow; fetch via _get_langs() with URL-level caching using list_models_meta() - gtksettings.py: show language labels per engine in checkbox list; add language codes to search filter; add Lang column to results table 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.02.00"
|