Livestream transcription/translation #225
Replies: 4 comments 3 replies
-
I was wondering if your tool takes into account previous texts so that the chunks of transcribed text aren't disjointed? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately whisper does not provide a convenient way of dealing with real time audio. It does give the option to condition the model on previous text by giving a prompt, but in my limited testing the results were better without that. It often repeated itself and got stuck in loops. Mileage may vary when using windows longer than just a few seconds. |
Beta Was this translation helpful? Give feedback.
-
Please see my project below, which uses the Whisper Tiny Tflite Model to implement audio streaming.. |
Beta Was this translation helpful? Give feedback.
-
Refer the below github repo for Android example, which uses whisper-tiny.en.tflite model |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented a CLI tool that can use whisper directly on livestreams in ffmpeg, transcribing every couple of seconds. You can find it here. By default it uses streamlink to automatically get .m3u8 files for various streaming sites, but URLs can also be passed to ffmpeg directly.
Beta Was this translation helpful? Give feedback.
All reactions