How to Use a microphone in Flash

Mar 7, 2008 07:19 PM
Code snippet for accessing microphone and setting noise parameters.

This tutorial will teach you how to make a simple Flash app that uses the microphon using the ActionScript code:

m = Microphone.get();

attachAudio(m);

m.setUseEchoSuppression(false);

onEnterFrame = function () {

box._x+=m.activityLevel/25;

};

Just updated your iPhone? You'll find updated Apple Intelligence capabilities, new wallpapers, and enhancements to Calculator, PDF cropping, and Live Voicemail, among other useful features. Find out what's new and changed on your iPhone with the iOS 18.3 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!