I have a problem I've been working on for a while now with no real headway. I am currently trying to load my Shoutcast stream into my Web Audio API Context. I figured it would violate the CORS and I was right. I tried both through an XHR Request and then again through loading an audio element into the script. It worked with the audio element, but died when trying to load it into the script. It seems my only option is to try and somehow add the CORS headers to the stream that my Shoutcast is serving.I have a problem I've been working on for a whi