Ondřej Žára
Ondřej Žára
[This app](https://github.com/Grabacr07/SylphyHorn) seems to do animation as well...
Cheaters! :) (Well... pretty doable in AHK as well :smile:)
Hi @leetreveil, I would love to have a browser-based library that reads (music) metadata from an `ArrayBuffer` instance (I already have all data in memory, because I feed it to...
Hi @leetreveil, thanks for your prompt response! As far as the decoding goes, what about this (standard) interface: https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder ? I assume that `TextDecoder` is not present in node (yet),...
> I've looked at TextDecoder before, it's a monster dependency. So including it in the browserify output would bloat the output massively. We only need to support a couple decodings...