Re: Browser Microphone Access

I think you can use the Rainbow add on in the Firefox to get the
microphone. I've not tried this, but I think I saw a demo of this once.

On Fri, Apr 20, 2012 at 10:59 AM, Randell Jesup <randell-ietf@jesup.org>wrote:

> On 4/19/2012 9:21 AM, Jussi Kalliokoski wrote:
>
>> Hello group,
>>
>> I have a quick question: is there any browser (experimental build or not)
>> out there that allows you to access the raw data from the user's
>> microphone, for example using the WebRTC and Web Audio API? If so, are
>> there any code examples somewhere? I'm asking because we're working on a
>> cool demo I'll probably share with the group too. If not, we'll just have
>> to use flash for the microphone input, until a better alternative becomes
>> available.
>>
>
> Opera: navigator.getUserMedia()
> Chrome Canary: navigator.webkitGetUserMedia()
> FireFox: nothing yet - roc's test builds of MediaStream Processing don't
> have GetUserMedia yet.  getUserMedia() (probably mozGetUserMedia()) will be
> coming soon from the WebRTC work currently under way at Mozilla.
>
> That gets you the streams; what you do with them is up to you.  For video,
> you can drop them in a canvas (see webgl demos).
>
> --
> Randell Jesup
> randell-ietf@jesup.org
>
>
>


-- 
Alistair MacDonald
SignedOn, Inc - W3C Audio WG
Boston, MA, (707) 701-3730
al@signedon.com - http://signedon.com

Received on Friday, 20 April 2012 15:30:51 UTC