Multiple SPDIF outputs on XUF216

If you have a simple question and just want an answer.
Dohny
Member++
Posts: 26
Joined: Tue Dec 03, 2013 6:57 pm

Multiple SPDIF outputs on XUF216

Post by Dohny »

Hello,

is there a simple way to implement multiple SPDIF stereo outputs (for multiple different SPDIF DACs) on one 216 device? I've connected all SPDIFs on 4 1-bit port and looking into software...it doesn't seems so easy as SPDIF component can only be stereo.

Would for example editing SPDIF module names (xx_0, xx_1...) and putting them on different cores work?

The whole thing should be USB to 4 stereo SPDIF 192/24 converter (8 channels).

Thank you.
henk
Verified
Respected Member
Posts: 347
Joined: Wed Jan 27, 2016 5:21 pm

Post by henk »

Hi Dohny,

No need to edit the names; just create a par with four calls to the S/PDIF module, and you will have four S/PDIF transmitters running.

Cheers,
Henk
User avatar
Ross
Verified
XCore Legend
Posts: 1185
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

henk wrote:Hi Dohny,

No need to edit the names; just create a par with four calls to the S/PDIF module, and you will have four S/PDIF transmitters running.

Cheers,
Henk
This ^^^
Dohny
Member++
Posts: 26
Joined: Tue Dec 03, 2013 6:57 pm

Post by Dohny »

Thanks

is there a simple way of getting 8 channels out of USB, or do I have to pack the 8 channel audio samples into XC chans and send it to each spdif transmitter?