Login to follow
Audio Player

Audio Player (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 30 September 2024 by Truewind
Audio Player

Audio Player (ODC)

Details
Detailed Description

Simple Audioplayer built using Javascript and OutSystems UI.


Current functionalities are:


- Has progress bar using OutSystems UI's Range slider so user can select a specific time of the audio to be played.

- Progress bar will only be displayed if a valid duration is set.


- Play/Pause

- Stop

- Play from beginning

- Go to specific part of audio using Range Slider.


* If the audio fails to load, an error event is thrown and the player will not be loaded.

Limitations

Currently only accepts audios sources from URL.

- Note: Streaming audios (non-downloadable audios) may cause issues with the Audio's duration property, setting them as "Infinite".

- CustomDuration input parameter is the workaround to handle this issue.