elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Song Preview #42

Closed beatsaver closed 5 years ago

beatsaver commented 6 years ago

So, I have a idea for doing song previews in browser

Using zip.js we download the zip into the browsers ram, you can access the ogg file inside the zip as a blob uri, you can feed this into a javascript based audio player

Ill see if I can't get something clobbered together

luludotdev commented 5 years ago

Closed by #44