This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is AER dependent of Endianness??

Hi,

My project is to develop a sip client; In this process I have selected aer_16_1_0_3 (as available) for Noise and Echo Cancellation. While running through the code I found that conversion of bytes to words and words to bytes is been done while fread and fwrite operations.

But I have RTP for streaming over the network which will be using little endian format. so is it really going to effect me or not.

Waiting for reply eagerly as nearing to the dead line.

Other Details:

  1. Runing on Sitara AM335x.
  2. OS is Linux.

Please let me know if any further details required

Regards,

G.Shricharan.

  • Hi Shrichman,

    AER module takes 16-bit linear sample at input and generates 16-bit linear samples at output. AER simulation assumes big endian as the binary format for file I/O.

    Let's use the other thread for further communication.

    Thanks,

    Jianzhong