mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Update how to use section of README
This commit is contained in:
parent
44e7c391c1
commit
7bfede581a
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -27,9 +27,19 @@ scoop install ffmpeg
|
|||
|
||||
## How to use
|
||||
|
||||
To record from a system microphone, select a model, language, microphone, and task, then click Record.
|
||||
To record from a system microphone, select a model, language, task, microphone, and delay, then click Record.
|
||||
|
||||
See the [Whisper docs](https://github.com/openai/whisper) for more information about the model types, languages, and tasks.
|
||||
**Model**: Default: Tiny.
|
||||
|
||||
**Language**: Default: English.
|
||||
|
||||
**Task**: Transcribe/Translate. Default: Transcribe.
|
||||
|
||||
**Microphone**: Default: System default microphone.
|
||||
|
||||
**Delay**: The length of time (in seconds) Buzz waits before transcribing a new batch of recorded audio. Increasing this value will make Buzz take longer to show new transcribed text. However, shorter delays cut the audio into smaller chunks which may reduce the accuracy of the transcription. Default: 10s.
|
||||
|
||||
For more information about the available model types, languages, and tasks, see the [Whisper docs](https://github.com/openai/whisper).
|
||||
|
||||
### Record audio playing from computer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue