From 7bfede581ac2d52b1b5935f5c7dbfc435de1f9f2 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Wed, 28 Sep 2022 00:32:21 +0100 Subject: [PATCH] Update how to use section of README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91d514d6..9e166a93 100644 --- a/README.md +++ b/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