javascript - HTML5 Audio Mixing -
i make web application people can add recorded sounds , samples timeline. want output 1 soundfile (approximately 3min long) send server.
now html5 audio api , found out audiocontext audiocontext supported in chrome.
now dislike flash , wanted ask if there way html5 decent browser support (so newest chrome, ie , firefox).
some thoughts: record audio using html5 audio api , user can add timeline. when finished client upload audio files server including location on timetable. server can combine audio files make 1 file. solution, prefer kind of work on client side
at moment in opinion not possible (if should html5 , supported ie , firefox), see list of browser support audio api browsers audio api support. information outdated already.(these browsers update frequently)
you wait, first serve chrome , hope other browser, catch up(ie might problem). or use java (if dont flash). other technologie out there silverlight, "dead", wouldn't recommend it.
i hope input helps bit.
Comments
Post a Comment