Audio
Overview of the Audio Component
Audios uploaded via Media Manager only support .mp3
, .aac
and .wav
formats and should not exceed 5 MB. If you need to upload files of other formats and larger sizes, use the Database.
Properties
Important Note!
This document lists the properties that are specific to this particular UI component.
To check for the properties common for most UI components, please check the General components document.
The Audio component has the following common properties:
Property Name | Property Description |
---|---|
Src | Specify the path to the audio file. |
Audio | Click the Change button to select the uploaded audio from Media Manager. |
Controls | Specify that audio controls should be displayed (such as a play/pause button etc). |
Autoplay | Specify that the audio will start playing as soon as it is ready. |
Loop | Specify that the audio will start over again, every time it is finished. |
Muted | Specify that the audio output should be muted. |
Preload | Specify if and how the author thinks the audio should be loaded when the page loads. The possible values are: Auto, Metadata, None. |
Alt Text | This attribute defines the alternative text describing the audio. The default is Your browser does not support the audio tag. |
Alt Text I18n | If set to True then use the Alt. Text property for internationalization. |
Updated about 2 hours ago