[opus] Endianness

Ralph Giles giles at thaumas.net
Wed Aug 24 16:01:52 UTC 2016


On 2016-08-24 5:34 AM, David Boles wrote:
> I need to add the opus audio codec to my TI TMS320C6455 DSP. The chip is
> configured for big-endian format and the encoded data will be
> transferred through RTP. Is there an endianness to the current source code?

The source code is independent of machine endianness, and the API
expects audio data in float or native-endian 16-bit integers, so it
should work fine with the chip in big-endian mode.

 -r



More information about the opus mailing list