HTML5 Audio API support

Hi,

I’m new to ionic and I have a problem while porting my Angular2 based radio player to the ionic.
Specifically, the sound visualizer implemented using Audio API doesn’t work in ionic.
I noticed that there is StreamingMedia API for us to play streaming audio, but it doesn’t offer any analyzer for the sound.

Here is my implementation for browser based radio player. I’m wondering if it’s possible to make it work in ionic?