ADAT Library

If you have a simple question and just want an answer.
Post Reply
kxnz
New User
Posts: 2
Joined: Tue Mar 07, 2017 3:48 am

ADAT Library

Post by kxnz »

Hello All,

I'm embarking on an XMOS-based project that will use multiple ADAT inputs and outputs and ASRC. I remember seeing the ADAT library listed on the XMOS site some time ago, and there are several mentions of it on the forums, but it seems to be gone from the library listings and the links to documentation that people have posted are now broken.

Does anyone know why this is? Or am I just looking in the wrong place... It would be great if someone on here would be able to link me to or send me a copy of the ADAT library / documentation.

Thanks a lot.


User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

Hi. Found these links through Google which may help..

http://www.xcore.com/viewtopic.php?t=2875

From Ross (XMOS):
ADAT Rx and Tx functionality is now in the codebase.
and these (stand alone components):

https://xcore.github.io/repo_index/sc_adat_readme.html

https://xcore.github.io/repo_index/sc_a ... nload.html
kxnz
New User
Posts: 2
Joined: Tue Mar 07, 2017 3:48 am

Post by kxnz »

Hi Mon2,

Thanks so much for pointing me towards the github repo - I had totally missed that. I'll give that code a go and see how I get on.

I does look like it has been several years since any maintenance there and the howto is for 11.2.x tools, so hopefully it works fine. I'm still confused as to why it isn't part of the supported libraries like the S/PDIF one is though...
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

Sorry, I was not clear. You have 2 choices for this ADAT support.

1. Use the github solution which is likely a smaller footprint for code size using this older source code but is stand alone approach.

2. Or use the improved and maintained solution of XMOS USB 2.0 audio from here:

http://www.xmos.com/support/software/uac2

Suggest you consider the second option. Review the user guide and search for the key word ADAT.

https://www.xmos.com/published/usb-audi ... sign-guide
Post Reply