lhz516 / react-h5-audio-player

React audio player component with UI. It provides time indicator on both desktop and mobile devices.
https://codepen.io/lhz516/pen/dyGpmgP
MIT License
587 stars 91 forks source link

Audio loading progress bar #190

Closed 12enn closed 1 year ago

12enn commented 1 year ago

HI, Thanks for sharing nice library for playing audio. Could you let me know if this library supports to show Audio loading progress bar? And how to show the percentage I want to use the Audio loading progress bar,
if( percentage =100% ){

show the playing audio }

shaikhjafar779 commented 1 year ago

Hello, Use showDownloadProgress={true} prop for audio loading progress. It is mentioned in document also. Document link here

12enn commented 1 year ago

Thank you,I would like to ask one more question,How do I call this onplay method in a react component

shaikhjafar779 commented 1 year ago

To call onPlay method in a react component Refer this

12enn commented 1 year ago

thank you!

lhz516 commented 1 year ago

@shaikhjafar779 Thanks for answering the question here! Closing as it's resolved.