I'm using the web audio javascript API? If I loop through several popular audio formats, and then call document.getElementById('someAudioTag').canPlayType('audio/ogg');
for each format (in this case, ogg), do I get a list of audio formats that I can feed into decodeAudioData?
Is there a more straightforward method to get the list of supported formats via the web audio API?