Audio Player

Renders an embedded audio player for a given URL.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a clickable link to the audio file, no embedded player.
emailRenders as a clickable link to the audio file, no embedded player.
Live preview
🎵 Audio Player
No audio source
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",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →