I trying to create some visualization for audio-stream. But I run into CORS trouble when I try get access to raw audio data with createMediaElementSource()
function.
Is there a way to avoid this restriction and get raw audio data from stream on other origins? Perhaps using WebSockets?