Re: Query: Audio Recording(Accessing microphone)

On Wed, Jan 23, 2013 at 10:08 PM, Chhabi Gupta <chhabi7@gmail.com> wrote:

> My name is Chhabi Gupta, I am learning to use HTML 5 in mobile browsers. I
> have tried many options to access microphone in mobile browsers for
> recording my voice and save it in sd card using HTML5 but was not able to
> do that.
>
> Please guide me how to record voice through mobile browsers.
>

The API for capturing audio is called getUserMedia and is discussed in the
public-media-capture mailing list. An API for encoding audio with a codec
is StreamRecorder, discussed in that list also. You could save to local
storage using, say, IndexedDB. Unfortunately these capabilities aren't
quite there in mobile browsers yet. I expect you'll see them appear soon in
at least some mobile browsers.

Rob
-- 
Jesus called them together and said, “You know that the rulers of the
Gentiles lord it over them, and their high officials exercise authority
over them. Not so with you. Instead, whoever wants to become great among
you must be your servant, and whoever wants to be first must be your
slave — just
as the Son of Man did not come to be served, but to serve, and to give his
life as a ransom for many.” [Matthew 20:25-28]

Received on Wednesday, 23 January 2013 10:16:10 UTC