I wanted to practice my JS skills by trying to pull audio data from a test stream yesterday and do something with it. Unfortunately, it seems that cross origin resource sharing is disabled by default everywhere, which means data can't be read direclty by JS unless explicitly given permission to. That's why I hate the whole web infrastructure, the browser is like an OS in of itself and you have to be neck deep in it to know all the caveats.

Hope you at least enjoyed listening to several hours of non-stop stoner rock while I was fumbling with the stream like an idiot.