Topic: How to use the mic?

Hey everybody,

I was wondering if anyone could tell me how to use the mic.

I want to replace a simple button by the mic - like just simply *clap* your hands and the chumby mic notices it and "presses" a button. Maybe for an action like *clap* ==> next picture...etc.

So it is pretty simple, but I don't know how to do it...

AS:

if (mic.sound==clap)
                  {Next.Press;}

Actually I just started with Actionscript so I don't have a clue how to do that. But shouldn't it be pretty simple?

Thanks ... any help would be great!

Re: How to use the mic?

From what I have read the microphone is not supported in Flash Lite 3.1.  Adobe hasn't told anyone when they plan to do it.  But if I'm wrong someone please correct me

Re: How to use the mic?

You could do this as a background process, but not directly through Flash.  There's an interface that you can use from other programs to do control panel actions; you just need to have a background program constantly reading the microphone looking for that spike.

Re: How to use the mic?

hello

as i read this i just have a simple idea.


just mute on "clap" and turn off mute with another "clap" for all sounds like alarm/music/ ...
i don´t know how difficult this would be