Is there a particular draw for foobar2000? I remember a while back I was looking for a music player and that kept coming up, but I found it underwhelming when trying it. I’ve been using MusicBee for a long while now, and have found it excellent, so I don’t plan on switching, just curious if there’s something I’m missing.
Why restrict to 54-bit signed integers? Is there some common language I’m not thinking of that has this as its limit?
Edit: Found it myself, it’s the range where you can store an integer in a double precision float without error. I suppose that makes sense for maximum compatibility, but feels gross if we’re already identifying value types. I don’t come from a web-dev/js background, though, so maybe it makes more sense there.