You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On upload, convert audio file to AAC and store at https://beatsaver.com/storage/songs/{ID}/preview/{songname}.aac to support Beatsaver Viewer on Safari.
#66
Open
ngokevin opened this issue
Jan 14, 2019
· 5 comments
It could work (https://github.com/brion/ogv.js/), but we'd rather not have to have another codepath just for Safari since we're running all through Web Audio right now. Easiest and most robust for us would be official support. Alternatively, we could have a one-off server / endpoint convert OGG to AAC/MP3 on the fly, would just have to worry about uptime and pay for the instance.
The BeatSaver Viewer allows previewing of BeatSaver songs in browser. This works for the most part.
However for iOS / MacOS, Safari does not support OGGs so we need to convert and upload an AAC as an alternative.
https://beatsaver.com/storage/songs/{ID}/preview/{songname}.aac
This issue is for doing this upon upload. Another script will be written separately for retroactively converting songs.
The text was updated successfully, but these errors were encountered: