Audio

<audio controls preload="none">
  <source src="../../temp/audio.mp3" type="audio/mpeg">
  <p>  <a href="../../temp/audio.mp3">Download the file</a>.
</audio>
<audio controls preload="none">
  <source src="{{ src | path }}" type="{{ type }}">
  <p> {{ fallbacktext }} <a href="{{ src | path }}">{{ fallbackLink }}</a>.
</audio>
{
  "src": "/temp/audio.mp3",
  "type": "audio/mpeg",
  "fallbackText": "Your browser does not support the video element.",
  "fallbackLink": "Download the file"
}

There are no notes for this item.