Hendrik Leppkes <[email protected]> writes: > I briefly skimmed over your code and the spec, and the spec says that > nResidualChEncode with flag 0 for each channel means it is actually > using residiual encoding, and flag 1 for a channel means no residual.
I think you're right. Thanks! Then one remaining problem is that the xll data uses 96kHz sampling rate, while the core audio data is only 48 kHz, which also means that the xll data contains twice the number of samples per frame per channel. Maybe there's also an X96 extension in the stream, I'll have to check. Otherwise, the core data has to be up-sampled in some unspecified way before the residual can be added to it. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
