chip-player-js
chip-player-js copied to clipboard
Web-based music player for a variety of video game and chiptune music formats.
Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 7.0.5 to 11.0.4. Changelog Sourced from react-dev-utils's changelog. 2.0.3 and Newer Versions Please refer to CHANGELOG-2.x.md for the 2.x range, and https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md for the newer versions. 1.1.5...
The worklet branch was a disaster, and I don't like the AudioWorklets API. However, I made some other progress that should be recovered: - All players should write to the...
It would be really nice to provide download links somewhere in the UI, so when someone finds a song they like, they can easily grab it and save it locally....
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
here is a list of some idea for the project: - libopenmpt implementation (to support more files) - joshw.info (big music archives, but all saved as .7z) - vgmstream (streamed...
It's cool to have all the music in Chip Player JS available, but there's just some tunes that won't be able to be played. That's why I think it should...
This might be irrelevant once the player is converted to AudioWorkers, but: - Each Player implementation currently has its own ScriptProcessorNode (i.e., see call to `createScriptProcessor()` in Player base constructor)....
The TimeSlider updates about 20 times per second. Since it uses React setState, this means a constant churn of React objects, on the order of 850 KB per second or...
Shuffle mode (toggle button) that works similar to Winamp. - When toggled on, generates a new shuffle order for current context. - When toggled off, play context switches to folder...