JavaScript Sound Spectrum Analyzer

Is there a JavaScript equivalent for ActionScript channel.leftPeakor channel.rightPeak. This is used for sound programming, for example, for a VU meter. I am trying to create a sound application, but I have avoided using Flash and ActionScript as it is for the website. I was wondering if this can be done in JavaScript. The basic concept is simply to play a song and see it visualized through a spectrum analyzer or VU meter.

+5
source share
1 answer

What you need based on your question is JavaScript SoundManager2 .

Demo page for Spectrum Analyzer / VU Meter - HERE

: enter image description here



: waveurfer.js, ​​ " WebAudio " .

+12

All Articles