Nav Identicon
Nav
5d6459bce57700f481234f809932e90c85ce26325ad36cd26aadd0f2f2c3bee3
Comment on Getting Audio Visualizations working with Web Audio API:

I am having the same issue as Ollie.

I can’t get this to work for an MP3 stream. I was able to get it working with a static MP3 file stored on my server. This problem exists only on Safari.

createMediaElementSource() seems to be buggy in Safari. Specifically, the frequencyBinCount() returns just an array of zeroes.

Is anyone else experiencing this? I will try using the adapter.js shim, but I was hoping for a native Safari solution.