justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
587 stars 103 forks source link

Gapless playback? #27

Closed switz closed 7 years ago

switz commented 7 years ago

Any interest in implementing gapless playback? Here's a proof of concept that works fairly well, but is a bit messy and comes with a prebuilt UI: https://github.com/regosen/Gapless-5

Edit: I suppose this is outside of the scope of this library. Maybe a wrapper around this would be doable though.

justinmc commented 7 years ago

@switz Interesting idea on doing gapless playback. I would agree that it's out of scope of this little audio tag wrapper. Maybe what you want is a React interface similar to this one but on top of the Gapless-5 library... It might be doable to wrap Gapless-5 just like this library wraps the audio tag.