Sound visualizer Cordova? (with Media instead of AnalyserNode)

I made a visualizer using the AnalyzerNode API web interface on my desktop, but now that I am in PhoneGap / Cordova, I don’t know how to copy this using my own APIs. I use the Media class instead of the regular HTML5 audio classes, so I don’t think I can just connect them using .connect() . Is there any way to do this, at least for Android KitKat and / or iOS 7?

+6
source share

Source: https://habr.com/ru/post/978523/


All Articles