Audio

Overview of the Audio Component

Audio files uploaded through the Media Manager support only .mp3, .aac, and .wav formats and must not exceed 5 MB. For files in other formats or larger sizes, use the Database.

Properties

🚧

Important Note!

This document lists properties specific to this UI component. For properties common to most UI components, please refer to the General components document.

The Audio component has the following properties:

Property NameProperty Description
SrcSpecifies the path to the audio file.
AudioClick the Change button to select an uploaded audio file from the Media Manager.
ControlsDetermines whether audio controls are displayed (such as play/pause buttons, etc.).
AutoplayDetermines whether the audio starts playing automatically as soon as it is ready.
LoopDetermines whether the audio restarts from the beginning every time it finishes playing.
MutedDetermines whether the audio output is muted by default.
PreloadSpecifies if and how the audio should be loaded when the page loads. The possible values are: Auto, Metadata, None.
Alt TextThis attribute defines the alternative text that describes the audio content. The default value is Your browser does not support the audio tag.
Alt Text I18nWhen set to True, the Alt Text property is used for internationalization.