No description
  • Python 99%
  • Makefile 0.8%
  • Inno Setup 0.2%
Find a file
2024-07-07 17:49:54 +00:00
.github/workflows Fix for macOS actions cache (#804) 2024-06-19 04:46:42 +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 Upgrade to 1.0.0 (#825) 2024-07-06 11:21:39 +00:00
dll_backup Adding notes on running Buzz locally (#764) 2024-05-29 21:15:14 +03:00
docs Adding notes on custom apis and translation (#828) 2024-07-07 15:26:37 +00:00
snap Fix for snap audio playback (#795) 2024-06-10 20:20:25 +00:00
testdata Adding fix for multi-byte segments in whisper.cpp (#734) 2024-05-14 23:29:43 +00:00
tests Switching to pipeline for HF whisper (#814) 2024-06-25 07:29:03 +03:00
whisper.cpp@3b8c2dff57 chore: update whisper.cpp (#663) 2024-01-06 21:14:26 +00:00
.coveragerc fix: disable whisper, faster_whisper, and hugging_face transcriptions in linux build (#659) 2024-01-05 19:09:26 +00:00
.gitignore Updating for compatability with Ubuntu 24.04 (#799) 2024-06-16 19:02:46 +00:00
.gitmodules Add stable-ts as Python dependency (#186) 2022-11-26 10:47:14 +00: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 Fixes snap localizations (#829) 2024-07-07 17:49:54 +00:00
buzz.desktop Fix terminal value in .desktop file (#487) 2023-06-17 07:35:10 +01:00
Buzz.spec feat: add macOS build (#711) 2024-03-24 21:05:01 +00:00
CONTRIBUTING.md Fix for default HF model (#812) 2024-06-22 16:20:22 +00:00
entitlements.plist Fix audio entitlement (#53) 2022-10-11 20:21:06 +00:00
installer.iss Adding option to delete settings on uninstall (#765) 2024-05-30 09:20:13 +03: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 Add live transcript export (#784) 2024-06-07 17:21:57 +00:00
msgfmt.py Fix for localizations, adding Latvian translatiosn (#752) 2024-05-24 12:28:14 +03:00
poetry.lock Updating for compatability with Ubuntu 24.04 (#799) 2024-06-16 19:02:46 +00:00
pyproject.toml Upgrade to 1.0.0 (#825) 2024-07-06 11:21:39 +00:00
pytest.ini Clean up recording transcriber (#270) 2022-12-30 21:58:57 +00:00
README.md Add snap notice (#792) 2024-06-09 16:03:20 +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:

pip install buzz-captions
python -m buzz

macOS:

brew install --cask buzz

Windows:

Download and run the .exe file in the releases page.

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