diff --git a/rust-whisper.d/transcript.sh b/rust-whisper.d/transcript.sh index 161f9ba..d335e4c 100644 --- a/rust-whisper.d/transcript.sh +++ b/rust-whisper.d/transcript.sh @@ -1 +1 @@ -kill -9 %1; fg; MIC_TIMEOUT=30 MODEL=base.en P=4 python3 ./hotwords.py +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"