« Return to Thread: NEW: audio/alac_decoder

Re: NEW: audio/alac_decoder

by Stuart Henderson :: Rate this Message:

| View in Thread

On 2012/02/27 02:04, Anthony J. Bentley wrote:

> Hi,
>
> 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.
>
> Works well on i386/amd64.
>
> ok?
>
> --
> Anthony J. Bentley

Please add this, then it's ok sthen@

MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS} -Wall"

 « Return to Thread: NEW: audio/alac_decoder