
Whisper
OpenAPI open source robust speech recognition model through large-scale weak supervision


Buzz is a free, open-source desktop app for offline audio transcription and translation powered by OpenAI Whisper. It imports audio and video, exports TXT/SRT/VTT/CSV subtitles, supports microphones, Whisper.cpp, Faster Whisper, Hugging Face models, OpenAI API, CLI workflows, speaker identification, and speech separation.
197
Views
0
Likes
Jan 2026
Added
github.com
Website
A quick visual look at Buzz before you visit the official site.

Editorial Review
Buzz is a free, open-source desktop application for transcribing and translating audio on your own computer. It is powered by OpenAI’s Whisper ecosystem and is useful for creators, researchers, journalists, students, podcasters, and teams that need local speech-to-text without building a command-line pipeline from scratch.


Whisper transcription is resource-intensive. Real-time performance depends on CPU, GPU, model size, language, and audio quality. For long files or weak hardware, local transcription can take time; the OpenAI API option trades privacy and cost for speed and convenience.
Visit the official website to get started
Have an AI tool to share?
Get your product in front of people actively exploring AI tools.
Submit Your Tool
OpenAPI open source robust speech recognition model through large-scale weak supervision

Port of OpenAI's Whisper model in C/C++

WhisperDesktop is a Windows desktop app and high-performance GPGPU port for running OpenAI Whisper speech recognition locally, with file and microphone transcription workflows.

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)