Get Relative Loudness of Song, Javascript
问题 I'm trying to build an mp3 player for my site using JavaScript (and any plugins/frameworks(jQuery)/libraries that are relevant) & html5. So I built the player (more accurately, I implemented jPlayer), and now I want to make a visualizer. Ok maybe it's not a visualizer (all the names for ways to visualize sound always confused me), I guess what I want is something like this: (source: anthonymattox.com) Or just something that graphs the amplitude (loudness) of an MP3. So to start, does anyone