Paul, I would expect the navigator.getUserMedia API to be the route for capture. There is a good writeup here; http://www.html5rocks.com/en/tutorials/getusermedia/intro/
WebAudio is really cool, but way more power than what you would need for simply playing back an audio file. I think is safe to expect that there will be several sound apis based on different uses. iOS has 4+ ways of playing audio, based on the type of access you need to the buffer, what type of processing you need to do, and so on. Cheers, Jesse On Mon, Jul 30, 2012 at 2:34 AM, Paul Plaquette <[email protected]> wrote: > hi Brian, > > I saw this note on Media: > > Media: requires further audit > https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html > > While porting the current cordova notification manager and then media to > tizen, I tried to use the HTML5 audio tag, and W3C Web audio API. > > With both we cannot yet record a sound. Both are not yet implementing > recording. > With Web Audio API the issue is we cannot starts/pause and restarts the > sound where it was stopped as we have to actually recreated the play sound > buffer. Of course this might evolve depending on implementations. > > Does some one has a deeper knowledge with these sound APIs? > > Regards, > > Paul > > > > > On 07/24/2012 04:58 PM, Brian LeRoux wrote: >> >> Hey guys, i've just updated the wiki [1] with some near-term goals and >> a first pass at the long desired core API audit. Essentially it notes >> where things have moved forward in the standards process or, in some >> cases, cordova specific upgrades we've discussed in the past. >> >> Please discuss! >> >> [1] http://wiki.apache.org/cordova/RoadmapProjects >> > > -- > Paul Plaquette > Senior Software Engineer > Open Source Technology Center > Intel Corp.,Montpellier, France -- @purplecabbage risingj.com
