Advice for building a browser-based audio mixer up to 32 tracks

Posted by Jonathan P. on Stack Overflow See other posts from Stack Overflow or by Jonathan P.
Published on 2011-01-13T21:48:38Z Indexed on 2011/01/13 21:54 UTC
Read the original article Hit count: 187

Filed under:
|
|

As a personal hobby I am looking to build an online audio mixer where I can upload individual instrument tracks, control individual volumes of each track, and export the mixed down version. I've been trying (and have come pretty close) with javascript. I really would like to stay away from flash if possible, but I'm really looking for suggestions for technologies to try. If anyone has any suggestions on languages that are good at stuff like this or libraries that I am missing, please let me know!

I have a test environment that I have been using:

http://driverstestpractice.com/sandbox

Currently all tracks on the site are set to the click track in order to test the track sync (which as you can tell is a little off)!

Thanks!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about audio