webamp icon indicating copy to clipboard operation
webamp copied to clipboard

Winamp 2 reimplemented for the browser

Results 148 webamp issues
Sort by recently updated
recently updated
newest added

How hard would it be to get an official desktop version of WebAMP? 🙂 Specifically, I'm wondering about Deno 2, which is able to [cross-compile](https://docs.deno.com/runtime/reference/cli/compiler/) to all major OS -...

Hello and thank you for this amazing project ! To date, when playing audio from Safari on iOS, webamp music can't be played in the background. Not even with this...

Removing the `nodePolyfills` rollup plugin seems to add it back.

Would it be possible to add a FAQ to the project? One question I had was: "how to customize webamp"? As I am getting older and my eyesight isn't as...

Hello, please let me know if I can tag my question here appropriately or if its been answered before. I think this project is fantastic. But, when I view webamp...

With this new change, comes a few new bugs. As we change modes (either by cycling the modes, switching between windowshade and normal, toggling double size mode...), the visualizer is...

The visualizer depends on requestAnimationFrame() which does not allow to specify a set tickrate to avoid potentially running too fast than is really intended. https://stackoverflow.com/questions/19764018/controlling-fps-with-requestanimationframe The answer provides a way...