<audio> player. Single source URL plus controls/autoplay/loop/muted toggles.
| Prop | Type | Default | Notes |
|---|---|---|---|
src | string | — | Audio file URL (required). |
title | string | — | For accessibility / tooltips. |
controls | boolean | true | Show native controls. |
autoPlay | boolean | false | Browsers ignore autoplay without user interaction. |
loop | boolean | false | |
muted | boolean | false | |
preload | "none" | "metadata" | "auto" | "metadata" | |
className, root | — | — | Standard. |
src to the R2 delivery URL. The Media Manager handles R2 audio uploads (kind = "audio") but Audio component itself takes a plain URL.muted: true in modern browsers.