Amplitude Recorder plugin

This plugin allows you record audio and get microphones amplitude

Limitations:

only supports iOS(7+) and Android 6+

Functions:

amplitudeRecorder.record(file, listener)

file(path)(required) the path of where to save file (files are saved as .m4a/MPEG4AAC)

listener(function)(optional) status of print

  • event.status
    • "recording"
    • "permissionDenied"
    • "stopped"
    • "data"
  • event.powerLevel(number)

amplitudeRecorder.stopRecording()-- stop recording audio and powerLevel

Build Settings:

Helpful Links:

Get Plugin

Example

Support