Update examples/livestream.sh

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
pull/195/head
semiformal-net 3 years ago committed by GitHub
parent d259b20d87
commit 70df6b0f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ while [ $running -eq 1 ]; do
fi
./main -t 8 -m ./models/ggml-base.en.bin -f /tmp/whisper-live.wav --no-timestamps -otxt 2> /tmp/whispererr | tail -n 1
echo
while [ $SECONDS -lt 30 ]; do
while [ $SECONDS -lt $step_s ]; do
sleep 1
done
((i=i+1))

Loading…
Cancel
Save