Audio Player

Renders an embedded audio player for a given URL.

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a clickable link to the audio file, no embedded player.
emailRenders as a clickable link to the audio file, no embedded player.
Fields
FieldType
audio_urlstringrequired
titlestringrequired
autoplaybooleanrequired
loopbooleanrequired
Example payload
{
  "type": "audio_player",
  "audio_url": "https://example.com",
  "title": "Audio Player",
  "autoplay": true,
  "loop": true
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:audio_player",
  "displayName": "Audio Player",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/audio_player",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders an embedded audio player for a given URL.",
  "representativeQueries": [
    "show a inline audio player with controls",
    "renders an embedded audio player for a given url.",
    "render a audio player"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →