2024-04-24 10:11:10 +02:00
2024-04-24 09:42:52 +02:00
2024-04-24 09:30:47 +02:00
2024-04-24 09:42:52 +02:00
2024-04-24 09:42:52 +02:00
2024-04-24 10:11:10 +02:00
2024-04-24 09:42:52 +02:00
2024-04-24 10:10:53 +02:00
2024-04-24 09:42:52 +02:00

🗣️ ✍️ 💾

STT terminal utility based on openai-whisper and pyaudio

git clone --recurse-submodules <git-repo>
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?
Description
STT terminal utility
Readme 36 KiB
Languages
Python 96%
Shell 4%