mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Add installation instructions
This commit is contained in:
parent
86d2f4af43
commit
9effe34fba
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -4,6 +4,7 @@
|
|||
|
||||

|
||||
[](https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml)
|
||||

|
||||
|
||||
Buzz transcribes audio from your computer's microphones to text in real-time using OpenAI's [Whisper](https://github.com/openai/whisper).
|
||||
|
||||
|
|
@ -30,6 +31,25 @@ choco install ffmpeg
|
|||
scoop install ffmpeg
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
To install Buzz, download the [latest version](https://github.com/chidiwilliams/buzz/releases/latest) for your Operating System.
|
||||
|
||||
## Mac
|
||||
|
||||
- Download and open the `*-mac.dmg` file.
|
||||
- After the installation window opens, drag the Buzz icon into the folder to add Buzz to your Applications directory.
|
||||
|
||||
## Windows
|
||||
|
||||
- Download and unzip the `*-windows.zip` file.
|
||||
- Open the Buzz.exe file
|
||||
|
||||
## Linux
|
||||
|
||||
- Download and unzip the `*-unix.zip` file.
|
||||
- Open the Buzz binary file.
|
||||
|
||||
## How to use
|
||||
|
||||
To record from a system microphone, select a model, language, task, microphone, and delay, then click Record.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue