Android Audio Recorder

Typelibrary
Dictionarylibrary.androidaudiorecorder
LibraryAndroid Audio Recorder
Associationscom.livecode.library.androidaudiorecorder
Summary

This library provides Android audio recording functionality, via the android.media.MediaRecorder class.

OSandroid
Description

Use this library to record audio on Android.

Note: This library requires RECORD_AUDIO, WRITE_EXTERNAL_STORAGE and CAPTURE_AUDIO_OUTPUT permissions. These will be automatically added to the application manifest when an application including this library is built.

TypeNameSummarySyntax
handlerandroidRecorderGetMaxAmplitude

Returns the max amplitude of the recording since last sampled

androidRecorderGetMaxAmplitude()

- - -androidRecorderSetRecordCompressionType

Set the record compression type

androidRecorderSetRecordCompressionType(<pCompressionType>)

- - -androidRecorderSetRecordFormat

Set the record output format

androidRecorderSetRecordFormat(<pRecordFormat>)

- - -androidRecorderSetRecordInput

Set the record input source

androidRecorderSetRecordInput(<pInputSource>)

- - -androidRecorderStartRecording

Start recording an audio file, using the given filename

androidRecorderStartRecording(<pFileName>)

- - -androidRecorderStopRecording

Stop recording

androidRecorderStopRecording()

libraryAndroid Audio Recorder

This library provides Android audio recording functionality, via the android.media.MediaRecorder class.

androidRecorderStopRecording()