Closed fduncanh closed 3 years ago
The ALAC codec stores specific information about the encoded stream in the ALACSpecificConfig. This info is vended by the encoder and is used to setup the decoder for a given encoded bitstream.
Also know as magic cookie.
ALAC (96 AppleLossless, 96 352 0 16 40 10 14 2 255 0 0 44100)
Hope this help you.
I'm trying to make a GStreamer pipeline for playing decrypted ALAC format audio received by by a linux-based AirPlay server http://github.com/FDH2/UxPlay that currently only does AAC_ELD audio.
I guess I know what the 96 and 44100 mean; do you have any idea what the other entries (352.... ) above mean?