Code
AudioPlayer API
This component extends the native audio
props. This means this component can receive the native html audio
tag attributes, for example, the autoPlay
attribute (which is why it's not included in the table).
src
string
✅
onInteraction
(e: useAudioPlayerOnChangeProps) => void
❌
Example
Last updated