From 70df6b0f27cec65135bdb049470c897470e13207 Mon Sep 17 00:00:00 2001 From: semiformal-net <84111142+semiformal-net@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:39:57 -0500 Subject: [PATCH] Update examples/livestream.sh Co-authored-by: Georgi Gerganov --- examples/livestream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/livestream.sh b/examples/livestream.sh index 7339679..b363448 100755 --- a/examples/livestream.sh +++ b/examples/livestream.sh @@ -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))