cassette
cassette copied to clipboard
📼 A flexible media player component library for React that requires no up-front config
In reference to https://github.com/benwiley4000/cassette/issues/437 I'm trying to ensure the player remembers the user's location in the playlist. This works perfectly when using the playlist in this demo https://github.com/benwiley4000/cassette-demo-app located here...
Hi! I'm trying to build quite a complex audio platform and after days of looking for the right audio player, I think cassette might be the one I need. But...
It's possible we'll have media on the page other than normally embedded media elements, like a YouTube embed, which we'll want to play nice with other media on the page....
I think that when a data update happens in the `PlayerContextProvider` we end up running a bunch of update code that doesn't need to happen because all that context is...
We have the blessing to try out [timidity](https://github.com/feross/timidity) for a Cassette add-on which would provide midi playback as an integrated feature. Not sure how this would work yet. One option...
This web implementation of Winamp uses React, so it should be relatively easy to stick Cassette in it as an example. https://github.com/captbaritone/webamp
We'll wait to do this until v2.0.0 is released officially. This means: 1. Republish all `react-responsive-audio-player` releases with the same versions on npm as `@cassette/player` 2. Mark the `react-responsive-audio-player` package...
We can use BrowserStack to test. Known pre-requisites: - [ ] Either polyfill `MutationObserver` or use mutation events as a backup solution Related: #158
Before I publish the cassette beta announcement I should address the getting started pain points in the docs which were brought up in #413.