Metadata-Version: 2.1
Name: buzz-captions
Version: 1.1.0
Summary: 
Home-page: https://github.com/chidiwilliams/buzz
License: MIT
Author: Chidi Williams
Author-email: williamschidi1@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyQt6 (==6.6.1)
Requires-Dist: PyQt6-Qt6 (==6.6.2)
Requires-Dist: PyQt6-sip (==13.6.0)
Requires-Dist: dataclasses-json (>=0.6.4,<0.7.0)
Requires-Dist: faster-whisper (==1.0.1)
Requires-Dist: humanize (>=4.4.0,<5.0.0)
Requires-Dist: keyring (>=25.0.0,<26.0.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: openai (>=1.14.2,<2.0.0)
Requires-Dist: openai-whisper (==v20231117)
Requires-Dist: platformdirs (>=4.2.0,<5.0.0)
Requires-Dist: polib (>=1.2.0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: sounddevice (>=0.4.5,<0.5.0)
Requires-Dist: srt-equalizer (>=0.1.10,<0.2.0)
Requires-Dist: stable-ts (==2.15.9)
Requires-Dist: transformers (==4.39.1)
Requires-Dist: yt-dlp (==2024.3.10)
Project-URL: Repository, https://github.com/chidiwilliams/buzz
Description-Content-Type: text/markdown

# Buzz

[Documentation](https://chidiwilliams.github.io/buzz/) | [Buzz Captions on the App Store](https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&itsct=apps_box_badge&itscg=30200)

Transcribe and translate audio offline on your personal computer. Powered by
OpenAI's [Whisper](https://github.com/openai/whisper).

![MIT License](https://img.shields.io/badge/license-MIT-green)
[![CI](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml/badge.svg)](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/chidiwilliams/buzz/branch/main/graph/badge.svg?token=YJSB8S2VEP)](https://codecov.io/github/chidiwilliams/buzz)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/chidiwilliams/buzz)
[![Github all releases](https://img.shields.io/github/downloads/chidiwilliams/buzz/total.svg)](https://GitHub.com/chidiwilliams/buzz/releases/)

<blockquote>
<p>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.</p>
<a href="https://apps.apple.com/us/app/buzz-captions/id6446018936?mt=12&amp;itsct=apps_box_badge&amp;itscg=30200"><img src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&amp;releaseDate=1679529600" alt="Download on the Mac App Store" /></a>
</blockquote>

![Buzz](./buzz/assets/buzz-banner.jpg)

## Installation

**PyPI**:

Install [ffmpeg](https://www.ffmpeg.org/download.html)

Install Buzz
```shell
pip install buzz-captions
python -m buzz
```

**macOS**:

```shell
brew install --cask buzz
```

**Windows**:

Download and run the `.exe` file in the [releases page](https://github.com/chidiwilliams/buzz/releases/latest).

**Linux**:

```shell
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
```

