Closed switz closed 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.
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.