You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
echo-desktop transcribe FILE.wav now writes clean text, raw text, or schema-versioned JSON to stdout or an exact output path without starting recorder or desktop side effects.
One prepared transcription request now resolves the engine, Whisper model, language, cleanup mode, and bounded dictionary recognition hints for both microphone and file runs.
echo-desktop languages reports model-aware Whisper languages and Parakeet's 25 automatic-only languages in text or JSON.
Engine, model, and language precedence is source-aware, failed inference processes cannot leak partial output, and microphone cleanup retains its dictionary-only fallback.