

Indicates the interval (ms) to call the onListened prop during playbackĭefault display for audio's current time before src's meta data is loadedĭefault display for audio's duration before src's meta data is loaded Indicates the interval (ms) that the progress bar UI updates, Indicates the progress jump step (ms) when clicking rewind/forward button or left/right arrow key


Indicates the volume jump step when pressing up/down arrow key, volume range is 0 to 1ĭeprecated, use progressJumpSteps. Play audio after src is changed, no matter autoPlay is true or false Show filled (already played) area on progress bar The controls attribute defaults to false and should never be changed to true because this library is already providing UI. More native attributes detail: MDN Audio element Props HTML Audio Tag Native Attributes Props They can be turned off by setting hasDefaultKeyBindings prop to false Key binding log ( "onPlay" ) } // other props here / > ) Keyboard shortcuts (When audio player focused) Import AudioPlayer from 'react-h5-audio-player' import 'react-h5-audio-player/lib/styles.css' // import 'react-h5-audio-player/lib/styles.less' Use LESS // import 'react-h5-audio-player/src/styles.scss' Use SASS const Player = ( ) => ( console.
