alac_decoder (audio/alac_decoder) Add to my watchlist

Basic decoder for Apple Lossless Audio Codec files

This 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 is provided 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 Golomb algorithm. This program 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 is fairly self explanatory, it 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. In theory one should be able to stream data to the decoder.

Version: 0.2.0 License: MIT GitHub
Reset

9 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
14.arm64 7359 2024-01-18 9:58:26 0:00:10 4134 build successful
14 6073 2023-11-03 5:00:33 0:00:48 1246 build successful
13.arm64 7736 2023-03-05 15:06:26 0:00:05 3916 build successful
13 6877 2022-12-26 7:36:11 0:00:20 1012 build successful
12 9504 2022-01-03 8:58:46 0:01:39 2949 build successful
12.arm64 21249 2021-11-19 19:42:09 0:00:07 1336 build successful
11 7126 2020-12-14 8:34:56 0:00:39 740 build successful
11.arm64 3000 2020-11-25 10:07:52 0:00:17 420 build successful
10.15 11239 2019-12-10 1:40:32 0:00:56 1331 build successful