wav-audio-recorder
Reactive icon

WAV Audio Recorder

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 7 Jul (6 days ago)
 by 
0.0
 (0 ratings)
wav-audio-recorder

WAV Audio Recorder

Documentation
1.0.0

This component provides two main client actions for recording audio:

  1. StartRecording

    • Requests microphone permission and starts recording.

    • Returns a success flag and an error message (if any).

  2. StopRecording

    • Stops the recording and resets the recorder instance.

    • Returns the recorded audio binary data, with a success flag and an error message (if any)

Note: Always call StartRecording first to ensure all necessary scripts are loaded before recording begins.