% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/audio.R
\name{nhm_audio}
\alias{nhm_audio}
\title{Create a themed audio player}
\usage{
nhm_audio(src, type = "audio/wav")
}
\arguments{
\item{src}{Character. The URL or path to the audio file.}

\item{type}{Character. MIME type of the audio. Defaults to
\code{"audio/wav"}.}
}
\value{
A \code{shiny.tag} div element.
}
\description{
Renders a custom audio player styled with the NHM theme colours.
Use this instead of a raw \code{<audio>} tag for consistent
dark-theme styling.
}
