Discussions about digital transport and what effects it can have on audio performance span a wide range. These topics often include:
- Cable quality
- Clock source, synchronous vs. asynchronous
- Transport quality
- Network packet resends (TCP)
- EMI,shielding
All of these things contribute to the uncertainties associated with digital transmission.
Please consider what happens inside the end device, for instance a DAC. Most modern high fidelity DSP processors or DACs have a receiver chip that takes care of the above issues rendering them inconsequential.
XMOS xCORE-200 series microcontrollers have configurable I/O ports that include hardware support for buffering incoming bit streams.
Input port processors serialize incoming data, buffer and fix it before going on the i2s bus. This way the data buffer handles incoming data streams without requiring immediate intervention from the processor for every single bit. In this way the potential errors mentioned above are eliminated and the data is applied jitter and error free onto the i2s bus before going to the DAC
A great example is the XMOS xCORE-200 which is used in many miniDSP products.