Everyone keeps talking about noise. I guess this is natural. but that isn't the main problem. The problem is dropped bits. If a bit is missing, a streamer has to improvise. guess. fill it in, often with an interpolation. So there is no noise generated by that, just an inaccuracy. I think of it as rounded edges and thinned out middles.
The error correction people keep mentioning is generally not the correct term. For file transfer, there is data correction available. It will go back to the source and get the correct data. For streaming, there is not data correction, there is just "data error handling", perhaps "data error mitigation".
Jerry