No description
  • Python 99%
  • Makefile 0.8%
  • Inno Setup 0.2%
Find a file
2025-06-02 08:38:57 +03:00
.github/workflows Build adjustments 2025-06-01 19:36:19 +03:00
.run fix: whisper binary missing in package 2024-01-10 09:28:30 +00:00
.vscode Put FileTranscriber in QRunnable (#203) 2022-12-04 18:30:24 +00:00
assets chore: update logo 2024-03-15 01:28:59 +00:00
buzz Build adjustments 2025-06-02 08:23:23 +03:00
demucs/remote Will include demucs data files in windows installer (#1129) 2025-03-23 13:30:42 +02:00
dll_backup Build adjustments 2025-06-01 09:57:35 +03:00
docs Adding option to upload live transcripts to a server (#1171) 2025-05-23 11:47:51 +00:00
flatpak Adding language switcher and localizable language list (#1090) 2025-02-23 05:36:40 +00:00
readme Will remove auto connected permissions (#1087) 2025-02-21 18:26:10 +00:00
share Adding Dutch locale build and some notes (#1126) 2025-03-22 20:19:54 +00:00
snap Build adjustments 2025-06-01 09:57:35 +03:00
testdata Adding fix for multi-byte segments in whisper.cpp (#734) 2024-05-14 23:29:43 +00:00
tests Transcript viewer UX improvements for translations (#1151) 2025-04-25 07:10:52 +00:00
whisper.cpp@51c6961c7b Adding support for Vulkan for whisper.cpp 2025-05-31 21:14:58 +03:00
.coveragerc Build adjustments 2025-06-01 09:57:35 +03:00
.gitignore Build adjustments 2025-06-01 09:57:35 +03:00
.gitmodules Fix for whisper.dll (#834) 2024-07-10 22:33:53 +03:00
.pre-commit-config.yaml Add pip installation (#615) 2023-10-28 18:32:31 +01:00
.pylintrc Put FileTranscriber in QRunnable (#203) 2022-12-04 18:30:24 +00:00
build.py Will ensure snaps have localizations (#835) 2024-07-10 09:43:35 +03:00
buzz.desktop Fix terminal value in .desktop file (#487) 2023-06-17 07:35:10 +01:00
Buzz.spec Build adjustments 2025-06-02 08:23:23 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#896) 2024-08-31 07:29:28 +00:00
CONTRIBUTING.md Fix for Faster whisper on Windows (#1172) 2025-05-23 19:43:18 +03:00
entitlements.plist Fix audio entitlement (#53) 2022-10-11 20:21:06 +00:00
installer.iss Will delete old Buzz files when installing new version (#1007) 2024-11-24 09:30:44 +00:00
io.github.chidiwilliams.Buzz.yml Fix for folder watch if model is not downloaded yet (#1088) 2025-02-22 06:18:12 +00:00
LICENSE Create LICENSE 2022-09-26 00:49:28 +01:00
main.py Add Snapcraft (#486) 2023-06-12 13:09:08 +01:00
Makefile Build adjustments 2025-06-02 08:38:57 +03:00
msgfmt.py Fix for localizations, adding Latvian translatiosn (#752) 2024-05-24 12:28:14 +03:00
poetry.lock Adding support for Vulkan for whisper.cpp 2025-05-31 21:14:58 +03:00
pyproject.toml Build adjustments 2025-06-01 09:57:35 +03:00
pytest.ini Clean up recording transcriber (#270) 2022-12-30 21:58:57 +00:00
README.md fix: correct pip install command option typo (#1156) 2025-05-10 09:24:03 +00:00

[简体中文] <- 点击查看中文页面。

Buzz

Documentation | Buzz Captions on the App Store

Transcribe and translate audio offline on your personal computer. Powered by OpenAI's Whisper.

MIT License CI codecov GitHub release (latest by date) Github all releases

Buzz is better on the App Store. Get a Mac-native version of Buzz with a cleaner look, audio playback, drag-and-drop import, transcript editing, search, and much more.

Download on the Mac App Store

Buzz

Installation

PyPI

Install ffmpeg

Install Buzz

pip install buzz-captions
python -m buzz

macOS

Install with brew utility

brew install --cask buzz

Or download the .dmg from the releases page.

Windows

Download and run the .exe from the releases page.

App is not signed, you will get a warning when you install it. Select More info -> Run anyway.

Alternatively, install with winget

winget install ChidiWilliams.Buzz

GPU support for PyPI

To have GPU support for Nvidia GPUS on Windows, for PyPI installed version ensure, CUDA support for torch

pip3 uninstall torch torchaudio
pip3 install torch==2.2.2+cu121 torchaudio==2.2.2+cu121 nvidia-cublas-cu12==12.1.3.1 nvidia-cuda-cupti-cu12==12.1.105 nvidia-cuda-nvrtc-cu12==12.1.105 nvidia-cuda-runtime-cu12==12.1.105 nvidia-cufft-cu12==11.0.2.54 nvidia-curand-cu12==10.3.2.106 nvidia-cusolver-cu12==11.4.5.107 nvidia-cusparse-cu12==12.1.0.106 nvidia-nccl-cu12==2.19.3 nvidia-nvtx-cu12==12.1.105  --extra-index-url https://download.pytorch.org/whl/cu121 --extra-index-url https://pypi.ngc.nvidia.com

Linux

Buzz is available as a Flatpak or a Snap.

To install flatpak, run:

flatpak install flathub io.github.chidiwilliams.Buzz

To install snap, run:

sudo apt-get install libportaudio2 libcanberra-gtk-module libcanberra-gtk3-module
sudo snap install buzz
sudo snap connect buzz:password-manager-service

Latest development version

For info on how to get latest development version with latest features and bug fixes see FAQ.

Screenshots

File import Main screen Preferences Transcript Live recording