PlayAudioButton
fun PlayAudioButton(recording: AudioRecording, modifier: Modifier = Modifier, state: PlayerState = rememberPlayerState(recording), showWaveform: Boolean = true)
Material 3 play button with pause, restart, and error handling for an AudioRecording.