Update how to use section of README

This commit is contained in:
Chidi Williams 2022-09-28 00:32:21 +01:00
commit 7bfede581a

View file

@ -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