From 16ea900e1b6428f256ae4beee60676ed61a60aa5 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Wed, 24 Apr 2024 10:11:10 +0200 Subject: [PATCH] verbose --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c39729..3e85768 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,31 @@ # 🗣️ ✍️ 💾 -``` STT terminal utility based on openai-whisper and pyaudio + +``` +git clone --recurse-submodules +``` + +``` +usage: ./transcriptum.sh [action] +where action can be: [install, clean, run] +``` + +``` +usage: transcribe.py [-h] [--model {tiny,base,small,medium,large}] [--rms RMS] + [--record_timeout RECORD_TIMEOUT] + [--phrase_timeout PHRASE_TIMEOUT] [--dynamic_threshold] + +TRANSCRIPTUM + +options: + -h, --help show this help message and exit + --model {tiny,base,small,medium,large} + Whisper model + --rms RMS RMS (energy) threshold for microphone to detect + --record_timeout RECORD_TIMEOUT + Timeout for the microphone recording + --phrase_timeout PHRASE_TIMEOUT + Silence timeout between phrases + --dynamic_threshold Use dynamic rms threshold? ``` \ No newline at end of file