Capturing audio in web app

Capturing audio in web app

BY 16 Oct 2013 Web Application Development

Hello, 🙂

I want to record sound from web app.

 

So, I found the way in tizen.org

 

first, Using HTMLelemnt

second, getUserMedia

 

like this

1. HTMLElement

http://www.w3.org/TR/2012/WD-html-media-capture-20120712/#dfn-sound-capture

<input type=“file” accept=“image/*” capture=“camera”>

(In case of camera..)

 

2. GetUserMedia

http://www.w3.org/TR/2012/WD-webaudio-20121213/

 

 

Is there anyone that use this way for recording sound in web app ? Is it working well ?

 

 

Thanks,

Jenny

 

Written by