IABSD.fr/ports/audio/alac_decoder

Branch :


Log

Author Commit Date CI Message
7d8f57fc 2023-09-05 16:13:35 move to new sites format
b80841c8 2022-03-11 18:20:04 drop RCS Ids
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
2d98db16 2013-03-10 22:55:01 PERMIT/REGRESS->TEST sweep
5e938ba7 2012-02-28 11:16:18 Import alac_decoder-0.2.0. alac_decoder is a basic decoder for Apple Lossless Audio Codec files (ALAC). It is a C implementation of a decoder, written from reverse engineering the file format. ALAC uses an adaptive FIR prediction algorithm and stores the error values using a modified rice or golumb algorithm. The program located here will not be able to handle all ALAC files, it can only handle mono or stereo files. ALAC allows up to 8 channels. The ALAC decoder supports both 16 and 24 bit sample sizes. The decoder can read an ALAC stream from either a file or from stdin, and write it as raw PCM data or as a WAV file to either stdout or a file. An encoder is not provided. ok sthen@