Abyssale Developer Hub
  • Getting Started
  • Rest API
    • Overview - Rest API
    • Authentication
    • Designs
      • Design Details
    • Generation
      • Design information
      • Synchronous generation
        • Generate single image
      • Asynchronous generation
        • Generate Multi-Format images
        • Generate Multi-Format PDFs for Printing
        • Generate Multi-Page PDF for Printing
        • Generate Multi-Format Videos
        • Generate Multi-Format Animated GIFs
        • Generate HTML5 Banner Ads
          • ad network
      • Element properties
        • Root
        • Text
        • Button
        • Image
        • Logo
        • Shape
        • Rating
        • Illustration
        • QR Code
        • Video
        • Audio
      • Errors
    • Image Export
    • Fonts
    • Annexes
    • API Reference
  • Dynamic Images
    • Overview - Dynamic Images
    • Dynamic Image generation with URL
  • Webhooks
    • Overview - Webhooks
    • Events
      • Design
      • Banner
      • Global events
Powered by GitBook
On this page
  1. Rest API
  2. Generation
  3. Element properties

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
    }

PreviousVideoNextErrors

Last updated 5 months ago