kevincennis / Mix.js

Mutitrack mixing in JavaScript with the Web Audio API
http://kevvv.in/mix/
MIT License
323 stars 78 forks source link

Feature request - visualize output as 3D sonogram #7

Closed ruthmann closed 10 years ago

ruthmann commented 10 years ago

It would be great if one could display above the fader bank a live visualization of the 3D sonogram, ala http://chromium.googlecode.com/svn/trunk/samples/audio/visualizer-gl.html.

kevincennis commented 10 years ago

That's an awesome visualizer, but I think this is probably outside the scope of Mix.js.

I'm also about 95% sure we couldn't get a very good frame rate, since there's already a lot of repaints in the app (1 canvas per fader, plus the two VU meters). We're achieving a very smooth 60 FPS on most of the machines I've tested on, and I'd hate to bring that number down.