thangngoc89 / react-howler

A React.js wrapper for howler.js (audio player)
https://khoanguyen.me/react-howler/
MIT License
361 stars 84 forks source link

how can i implement queuing with react-howler #118

Closed milad-afkhami closed 3 years ago

milad-afkhami commented 3 years ago

I have an app that plays a playlist/album how can I achieve queue functionality(+ shuffle, play next, add to playlist, ...) using this package?

Stenerson commented 3 years ago

Hi @miladMAPS, You would implement the queue and other related functionality outside of this package and you could use react-howler to play and control the sound file that's currently playing for your users.