Remix.run Logo
nzoschke a day ago

I built my own audio player too.

https://github.com/nzoschke/jukelab

It's a web app with the Spotify Web Playback SDK or a good old MP3 HTTP server and API like Internet Archive.

It works crazy well on a ChromeBook, and reasonably well on an iPhone, iPad or Android both through a native app with a webview component or the browser.

I have a theory the pendulum is swinging back and there is a demand for controlling our own music and music interface, and web technology is sufficiently good for implementing players.

keysdev a day ago | parent [-]

Yes web player usually requires 206 support on http or you can chop up the audio file to a m3u format.

Or else a large audio file will be halted on the clientside till it is fully downloaded.