From faa85f984012641695efcadfadf23ae8271ecf50 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 7 Dec 2022 04:41:43 +0200 Subject: [PATCH] livestream.sh : remove obsolete comment --- examples/livestream.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/livestream.sh b/examples/livestream.sh index de279a8b..c64b004f 100755 --- a/examples/livestream.sh +++ b/examples/livestream.sh @@ -4,10 +4,6 @@ set -eo pipefail # Idea by @semiformal-net # ref: https://github.com/ggerganov/whisper.cpp/issues/185 # -# TODO: -# - Currently, there is a gap between sequential chunks, so some of the words are dropped. Need to figure out a -# way to produce a continuous stream of audio chunks. -# url="http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8" fmt=aac # the audio format extension of the stream (TODO: auto detect)