Audio

Available only on animated design and MP4 output

An audio layer allows audio integration within your design.

Available properties

Property
Description

audio_url

HTTP(s) URL of the audio

It must be a public accessible link and have a filesize of 30 mo maximum.

Supported files: mp3, wav

max_volume

Float (between 0 and 1)

Default value: 1

  • 1: the sound will be played at default volume

  • 0.5: the sound will be played at half volume

  • 0: No sound will be played

speed

Float (between 0.25 and 2)

Default value: 1

  • 1: speed 100%

  • 0.5: speed 50%

    "audio_0": {
      "audio_url": "https://example.com/audio.mp3",
      "speed": 1,
      "max_volume": 1
    }

Last updated