pkgsrc-wip/alac_decoder/distinfo
Ryo ONODERA 89a7b1cf5f Import alac_decoder-0.2.0 as wip/alac_decoder.
Located here is a basic decoder for Apple Lossless Audio Codec
files (ALAC). ALAC is a proprietary lossless audio compression
scheme. Apple never released any documents on the format.  What I
provide here is a C implementation of a decoder, written from
reverse engineering the file format. It turns out that most of the
algorithms in the codec are fairly well known. ALAC uses an adaptive
FIR prediction algorithm and stores the error values using a modified
rice or golumb algorithm. Further details are in alac.c.
2011-11-13 22:03:51 +00:00

5 lines
254 B
Text

$NetBSD: distinfo,v 1.1.1.1 2011/11/13 22:03:51 ryo-on Exp $
SHA1 (alac_decoder-0.2.0.tgz) = a620f6293ef2d9490927d21ec341bbeff13eabe8
RMD160 (alac_decoder-0.2.0.tgz) = 72664dff4eeff6e484314f625f74337e60ba39fb
Size (alac_decoder-0.2.0.tgz) = 19019 bytes