- stt.detect_remote_device(): probes /info (faster-whisper-server) then /metadata (NVIDIA NIM) to detect CUDA vs CPU; cached per unique URL - BenchRow gains url field; Device column now shows "CUDA" for GPU remotes instead of the generic "remote" - Benchmark table gains URL column (scheme stripped, max 180px wide) - "Test all models per engine" checkbox: fetches list_models() for each remote engine and expands to one row per model when checked - benchmark.run() gains expand_models parameter Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
383 B
Python
10 lines
383 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.0.6"
|