Pulled 2026-06-01 from https://github.com/esaruoho/whisp and the local clone at /Users/esaruoho/work/whisp.
Authored on /Users/esaruoho/work/whisp. Some commits are squashed into the PRs above when they land upstream.
| Date | SHA | Message |
|---|---|---|
| 2026-05-27 | 69ba7ef | whisp-deloop: strip in-segment hallucination loops (not just consecutive) |
| 2026-05-27 | 4f2b204 | whisp: always pass --condition-on-previous-text to mlx_whisper |
| 2026-05-27 | 983c18d | whisp: dispatch to mlx-whisper on Apple Silicon (3x less memory, 3x faster) |
| 2026-05-26 | aa07984 | whisp: explicit Apple Silicon detection — MPS first on M-series |
| 2026-05-26 | e00c08c | whisp: default model is large-v3 (was turbo); MODEL_EXPLICIT lets you opt out |
| 2026-05-26 | 2fa26e1 | whisp: force fp32 on MPS to dodge large-v3 NaN crash |
| 2026-05-26 | d3adcf0 | whisp: auto-detect Metal GPU / CUDA, default to fastest device |
| 2026-05-26 | 323def5 | whisp: --fi (and other non-English) auto-upgrades model to large-v3 |
| 2026-04-10 | 859487c | fix(record): detect silent mic at startup, drop $LANG guessing |
| 2026-04-10 | 104cd43 | fix(record): show first transcript at 5s, auto-detect language from $LANG |
| 2026-04-10 | be99f0f | feat: add whisp record live transcription mode |
| 2026-03-17 | 9609e18 | feat: add --fa (Farsi/Persian) language flag, gitignore output folders |
| 2026-03-10 | c05bcbc | Add FUNDING.yml with GitHub Sponsors, Patreon, Ko-fi, Buy Me a Coffee |
| 2026-03-09 | a077981 | feat: auto-convert wmv, wma, aiff, rm via ffmpeg before transcription |
| 2026-03-03 | c7c3a33 | update gitignore |
| 2026-03-03 | 1b7e25c | feat: add .qta support and auto-push transcripts to repo |
| 2026-03-02 | 9ba5f7b | Use brew for all deps on macOS, auto-install Homebrew if missing |
| 2026-03-02 | c7e6d21 | Initial commit: whisp transcription toolkit |