scottschiller / SoundManager2

A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB. BSD licensed.
http://www.schillmania.com/projects/soundmanager2/
Other
4.99k stars 768 forks source link

How to integrate with a spectrum analyzer #226

Open rclabs-dev opened 6 years ago

rclabs-dev commented 6 years ago

Hi dear,

I'm using SoundManager2 with Cassete Tape UI. It is a wonderful player.

I would like to know whether possible to make a interface with SoundManager2 and a Spectrum Analyzer like those good codes: https://github.com/wayou/HTML5_Audio_Visualizer and/or https://github.com/topfs2/blurred-spectrum

Thanks in advance.

Sincerely,

Regivaldo Costa

scottschiller commented 6 years ago

Thanks for the kind words, Regivaldo - sorry for the months-late response, I've been swamped with other work.

I am working on a 100% HTML5 branch of SM2, and once I get that I'd like to look at visualization options. I did this way back when SM2 was JS + Flash behind the scenes, but HTML5 has been relatively slow to standardize when it comes to getting at waveform / spectrum data.