Contributions to whisp

Pulled 2026-06-01 from https://github.com/esaruoho/whisp and the local clone at /Users/esaruoho/work/whisp.

Summary

Local commits

Authored on /Users/esaruoho/work/whisp. Some commits are squashed into the PRs above when they land upstream.

DateSHAMessage
2026-05-2769ba7efwhisp-deloop: strip in-segment hallucination loops (not just consecutive)
2026-05-274f2b204whisp: always pass --condition-on-previous-text to mlx_whisper
2026-05-27983c18dwhisp: dispatch to mlx-whisper on Apple Silicon (3x less memory, 3x faster)
2026-05-26aa07984whisp: explicit Apple Silicon detection — MPS first on M-series
2026-05-26e00c08cwhisp: default model is large-v3 (was turbo); MODEL_EXPLICIT lets you opt out
2026-05-262fa26e1whisp: force fp32 on MPS to dodge large-v3 NaN crash
2026-05-26d3adcf0whisp: auto-detect Metal GPU / CUDA, default to fastest device
2026-05-26323def5whisp: --fi (and other non-English) auto-upgrades model to large-v3
2026-04-10859487cfix(record): detect silent mic at startup, drop $LANG guessing
2026-04-10104cd43fix(record): show first transcript at 5s, auto-detect language from $LANG
2026-04-10be99f0ffeat: add whisp record live transcription mode
2026-03-179609e18feat: add --fa (Farsi/Persian) language flag, gitignore output folders
2026-03-10c05bcbcAdd FUNDING.yml with GitHub Sponsors, Patreon, Ko-fi, Buy Me a Coffee
2026-03-09a077981feat: auto-convert wmv, wma, aiff, rm via ffmpeg before transcription
2026-03-03c7c3a33update gitignore
2026-03-031b7e25cfeat: add .qta support and auto-push transcripts to repo
2026-03-029ba5f7bUse brew for all deps on macOS, auto-install Homebrew if missing
2026-03-02c7e6d21Initial commit: whisp transcription toolkit