No description
  • Python 99%
  • Makefile 0.8%
  • Inno Setup 0.2%
Find a file
2024-11-10 15:57:05 +00:00
.github/workflows Update translations (#911) 2024-09-27 09:35:40 +00: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 Adding support for cookiefile for Youtube downloads (#988) 2024-11-10 15:57:05 +00:00
dll_backup Adding cibuildwheels to build wheels (#842) 2024-07-30 21:00:26 +03:00
docs Adding support for cookiefile for Youtube downloads (#988) 2024-11-10 15:57:05 +00:00
snap Adding cudnn to LD_LIBRARY_PATH for snap (#951) 2024-10-18 08:28:23 +00:00
testdata Adding fix for multi-byte segments in whisper.cpp (#734) 2024-05-14 23:29:43 +00:00
tests Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02:00
whisper.cpp@c7b6988678 Fix for whisper.dll (#834) 2024-07-10 22:33:53 +03:00
.coveragerc fix: disable whisper, faster_whisper, and hugging_face transcriptions in linux build (#659) 2024-01-05 19:09:26 +00:00
.gitignore Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02: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 Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#896) 2024-08-31 07:29:28 +00:00
CONTRIBUTING.md Adding note on dll backup for windows (#916) 2024-09-29 13:26:45 +00:00
entitlements.plist Fix audio entitlement (#53) 2022-10-11 20:21:06 +00:00
installer.iss Will revert to using windows dll from backup (#880) 2024-08-10 10:43:31 +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 Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02:00
msgfmt.py Fix for localizations, adding Latvian translatiosn (#752) 2024-05-24 12:28:14 +03:00
poetry.lock Adding word level timestamps for Huggingface (transformers) whisper (#971) 2024-11-01 14:13:14 +00:00
pyproject.toml Adding Core ML support for WhisperCpp (#976) 2024-11-05 19:41:26 +02:00
pytest.ini Clean up recording transcriber (#270) 2022-12-30 21:58:57 +00:00
README.md Update README.md (#970) 2024-11-01 13:17:16 +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.

Linux:

sudo apt-get install libportaudio2 libcanberra-gtk-module libcanberra-gtk3-module
sudo snap install buzz
sudo snap connect buzz:audio-record
sudo snap connect buzz:password-manager-service
sudo snap connect buzz:pulseaudio
sudo snap connect buzz:removable-media