Buzz Transcription: Multiple Custom Whisper Models
A single pull request, number 1614, proposes letting Buzz store and switch between multiple custom Whisper dot c-p-p models instead of one fixed file, touching the command line interface, model loading, and preferences UI.
Duration: PT2M9S
Episode overview
This episode is a short developer briefing from Buzz Transcription.
It explains recent repository work in plain language.
- Show: Buzz Transcription
- Published: 2026-09-09T13:19:28Z
- Audio duration: PT2M9S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's September 9th, 2026, and this is Buzz Transcription.
Today's briefing centers on one change, but it's a meaningful one: how Buzz handles custom Whisper dot c-p-p models.
Right now, Buzz stores exactly one custom model, saved to a fixed file name. That's a real limitation for anyone juggling multiple fine-tuned models. PR 1614, opened by Shai34, lays out a concrete case: someone transcribing Hebrew lectures wants a fast, fine-tuned Large-v3 Turbo model for everyday use, and a slower,…
The fix touches a wide swath of the codebase: the command line interface, the model loader, the custom Whisper c-p-p models system, and the preferences and transcription options widgets in the UI. That breadth matters. This isn't a narrow bug fix — it's a structural change to how Buzz identifies and loads models,…
The core theme here is flexibility versus simplicity. Buzz's original design assumed one custom model was enough. This PR pushes back on that assumption based on a real workflow, and the scope of files involved shows the change ripples from the back-end loader all the way up to what users see in preferences.
What's next: since this touches the CLI, model loading, and multiple…
Nearby episodes from Buzz Transcription
- Meeting Mode Lands
- Weekly Recap - Stability Fixes Across the Transcription Pipeline
- Stability Patches Across the Pipeline
- Fixing Fragile File Handling
- Fixing Windows URL Download Failures
- Weekly Recap - Import Compatibility & Plugin Extensibility
- Plugins Get a Voice, Not a Veto
- Wider File Support, Wider Language Support