{audioPlayer.title && (
{audioPlayer.title}
)}
{typeof displayedDuration === "number" && (
{displayedDuration}
)}
{typeof audioPlayer.fileSize !== "undefined" && (
)}
{!!audioPlayer.waveformData && (
)}
{isPlaying ? (
{playbackRate?.toFixed(1)}x
) : (
)}