Skip to main content
{% audio url="https://files.example.com/podcast/episode-01.mp3" /%}

Examples

Basic Audio Player

{% audio url="https://files.example.com/podcast/episode-01.mp3" /%}

WAV File with Title

{% audio url="https://files.example.com/recordings/call.wav" type="wav" title="Call Recording" /%}

Attributes

url
string
required
URL of the audio file (may include query parameters such as SAS tokens)
type
string
default:"mpeg"
MIME subtype of the audio file (e.g. mpeg, wav, ogg, mp4). Mapped to audio/[type] for the browser.
title
string
Accessible label for the audio player