Style audio

The style audio allows to load audio files. The field sources defines the different audio sources. Multiple sources can be provided to cope with browser incompatibilities.

Note that the field sources is of type json and requires

  1. valid json syntax (see https://www.json.org/)
  2. a json field source and type for each audio source

It is best to copy the example below and adapt the video names and types according to your requirements.

[{
  "source": "audio_name.mp3",
  "type": "audio/mpeg"
},
{
  "source":"audio_name.ogg",
  "type": "audio/ogg"
}]

The field alt allows to define the text that will be displayed if no audio file can be loaded.

Unknown Style styleSignature