6 ms·
From what I can see, it's more like a specialized ZIP-like compressor for Vorbis/Opus files. You archive them on blr, and decompress them back to the original f
by sinnet3000 12d ago
From what I can see, it's more like a specialized ZIP-like compressor for Vorbis/Opus files. You archive them on blr, and decompress them back to the original format.
- ncruces 12d agoKinda like what Dropbox Lepton did for JPEG back then. https://github.com/dropbox/lepton https://github.com/dropbox/lepton
- BoingBoomTschak 11d agoAh, it's basically a PAQ context.
- embedding-shape 11d agoSimpler: it's basically ZIP but specific to one format.