ggerganov commited on
Commit
d948318
·
1 Parent(s): d7b9296

livestream.sh : remove obsolete comment

Browse files
Files changed (1) hide show
  1. examples/livestream.sh +0 -4
examples/livestream.sh CHANGED
@@ -4,10 +4,6 @@ set -eo pipefail
4
  # Idea by @semiformal-net
5
  # ref: https://github.com/ggerganov/whisper.cpp/issues/185
6
  #
7
- # TODO:
8
- # - Currently, there is a gap between sequential chunks, so some of the words are dropped. Need to figure out a
9
- # way to produce a continuous stream of audio chunks.
10
- #
11
 
12
  url="http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8"
13
  fmt=aac # the audio format extension of the stream (TODO: auto detect)
 
4
  # Idea by @semiformal-net
5
  # ref: https://github.com/ggerganov/whisper.cpp/issues/185
6
  #
 
 
 
 
7
 
8
  url="http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_world_service.m3u8"
9
  fmt=aac # the audio format extension of the stream (TODO: auto detect)