Audio streaming from python server to js client

81 Views Asked by At

I wanted to write an app that would stream audio from python server to js client. I want the audio to be streamed in chunks so the user doesn't have to wait for the audio when on a slow connection. I never really worked with either audio or streaming in python and js so I have no idea what I'm doing but if anyone could point me in the right direction it would be very appreciated.

0

There are 0 best solutions below