I am working on a project that uses the AudioContext class to analyse some audio. So far, I have only had to deal with a single audio source which made things easy as I could use the createMediaElementSource methdod and pass in my audio element.
Now, I will have to deal with multiple audio sources on the page and I am not sure how to capture it all.
Is there any way for me to do this?