ufal / whisper_streaming

Whisper realtime streaming for long speech-to-text transcription and translation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube m3u8 use whisper streaming?

Arcelibs opened this issue · comments

Hello, I am currently making a software for youtube live real-time translation
It is known that I can use yt-dlp to obtain the .m3u8 file of youtube streaming audio only

How do I use whisper_streaming to concatenate m3u8?

Hi, sorry, I don't know. Maybe convert to wav and then concatenate?

Anyway, this code accepts only one audio format, the conversions should be resolved elsewhere. I can't maintain them, there are so many of them.