tychuang1211
Results
2
comments of
tychuang1211
The implementation of RawStream object is not thread-safe, if a write operation happens during read operation (or vice versa), the buffer get corrupted. I'd suggest just use `io.BytesIO` as stream...
Just use ffmpeg to pipe your audio. I am working on a bot to transcribe/translate youtube live stream in realtime. I use yt-dlp to fetch m3u8 audio chunk and pass...