Client-side framework for web-app with good audio support

Posted by Poita_ on Stack Overflow See other posts from Stack Overflow or by Poita_
Published on 2010-03-26T15:03:41Z Indexed on 2010/03/26 17:23 UTC
Read the original article Hit count: 299

I'm trying to create a client-side web app that generates music procedurally using some user-input parameters, so I'm looking for a framework (e.g. Flash, Silverlight etc.) that has the capability to play audio at a specified pitch. Whether it is playing a WAV/MP3 file, using MIDI output, or just playing beeps doesn't really matter -- I just need something that will enable me to generate arbitrary music client-side.

I've done a bit of searching and it appears that Flash might have the ability to change pitch with the help of a third-part plugin, but I couldn't find anything similar for Silverlight. I can go a try all them out manually if need be, but I thought I'd ask here first just in case anyone had tried something like this before.

Thanks in advance

© Stack Overflow or respective owner

Related posts about audio

Related posts about web-applications