32 audio channels over USB and Ethernet

If you have a simple question and just want an answer.
nico
Active Member
Posts: 33
Joined: Tue Feb 16, 2016 12:51 pm

32 audio channels over USB and Ethernet

Post by nico »

Hi

I need to design an audio board that can drive 32 speakers from USB or from Ethernet (AVB ?).
It seems that I can use an xCore-200 (XEF216-512-FB236) to generate 16 i2s signals from USB or Ethernet. xCORE-200 Multichannel Audio Platform looks like a good starting point.

Is there any other reference design using XEF216-512-FB236 (or off the shelf board) to do that ?

Thanks
Nicolas
Choughtosh
Member++
Posts: 22
Joined: Thu Apr 10, 2014 9:39 am

Post by Choughtosh »

Nicolas,

If you are intending to use GbE for your AVB interface you will most likely require an XE232 to incorporate USB and GbE AVB into the same device.

The xCORE-200 Multichannel Audio Platform is a great place to start. This will allow you to become familiar with both the USB and AVB designs. The application notes AN00202 and AN00203 detail the AVB endpoints.

The 32 channel implementation uses 4 i8s interfaces (TDM) rather than 16 i2s.

Rob
nico
Active Member
Posts: 33
Joined: Tue Feb 16, 2016 12:51 pm

Post by nico »

Thanks !