diff --git a/rust-whisper.d/transcript.sh b/rust-whisper.d/transcript.sh index d335e4c..c40a7bb 100644 --- a/rust-whisper.d/transcript.sh +++ b/rust-whisper.d/transcript.sh @@ -1 +1 @@ -echo "pkill -9 -f hotwords.py; MIC_TIMEOUT=5 MODEL=tiny.en P=4 DEBUG=true python3 ./hotwords.py | tee $HOME/Downloads/transcript-$(date +%Y-%m-%d).txt" +echo "pkill -9 -f hotwords.py; MIC_TIMEOUT=30 MODEL=small.en P=4 DEBUG=true python3 ./hotwords.py | tee $HOME/Downloads/transcript-$(date +%Y-%m-%d).txt"