Login to follow
Audio Library

Audio Library (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 26 September 2025 by Remco Dekkinga
Audio Library

Audio Library (ODC)

Documentation
1.0.0

Record Audio:

Place the webblock somewhere in the screen and add three actions to handle the events. the OnRecorded event returns the audiofile binary.


Playback Audio:

  • LoadAudio will load the binary into an Audio element in the DOM-tree (hidden).
  • Play, PauseOrResume &Stop can start, pause, resume or stop the audio playback.
  • AdjustPitch can adjust the pitch (playback speed) of the audio. Default is normal speed (1.0).