AudioRecorder

Adobe AIR native extension

Audio Recorder Native Extension

The extension is available here: com.distriqt.AudioRecorder

Documentation

Audio Recorder

AudioRecorder is an AIR Native Extension to record audio from the user’s microphone to a file.

The simple API allows you to quickly integrate audio recording in your AIR application in just a few lines of code.

Features

Documentation

Latest documentation can be found in the wiki

Quick Example:

var file:File = File.applicationStorageDirectory.resolvePath( "recording.m4a" );

var options:AudioRecorderOptions = new AudioRecorderOptions();
options.filename = file.nativePath;
options.audioEncoding = AudioEncoder.AAC;

AudioRecorder.service.start( options );

More information here:

com.distriqt.AudioRecorder

License

You can purchase a license for using this extension:

airnativeextensions.com

distriqt retains all copyright.