Examples of Capturing Microphone in AIR 2.0

January 23, 2010 · Posted in code · Comment 

Several examples have surfaced on how to record microphone with the new features in AIR 2.0.

Old pal Nick Kwiatkowski, one of Michigan’s finest, wrote a detailed tutorial for Developer Connection: http://www.adobe.com/devnet/air/flex/articles/using_mic_api.html This example shows you how to record sound with your microphone and store it in the local file system as a wav file.

Among the several useful AIR 2.0 sample apps Rich Tretola profiles on his blog, you’ll find a useful AIR 2.0 Microphone recorder. Take a look at the 3rd app in the list — the one that looks like Windows’ sound recorder. Installer and source are provided.

If you’ve built a cool microphone recorder app or example, let us know by commenting below.

Coding a simple Microphone Graph

April 9, 2009 · Posted in code, wow · Comment 

Microphone Graph

Tutorial Hero has a nice, simple code sample on putting together a Microphone Graph. The example draws a line to the activityLevel of your microphone as you talk or make silly noises. The post includes the easy code and breaks it down in segments pretty nicely.

http://www.tutorialhero.com/click-56307-microphone_graph.php

If you have a cool example of playing with the Microphone, DM us on Twitter (@getMicrophone) and we’ll post it!