-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S/PDIF output test sees unexpected zero sample values #162
Comments
This appears to be very rare: so far reproduced about 1 in 100 attempts. I now have two more examples of this failure, both at 192kHz. In one case, there were at least 96 zero samples (that's the point where I stopped printing them out), and in the other there were 23/25 (different on the two channels). |
Running four analogue output channels along with the S/PDIF channel pair, the analogue signal doesn't glitch at the same time as the S/PDIF discontinuity. |
We plan to run repeat test with the old (<v5) S/PDIF transmitter in order to determine if the issue lies there. |
It has been reproduced with the old S/PDIF transmit code. |
On the xk_316_mc board, with lib_spdif:30f0039 the S/PDIF output test reports discontinuites where the sample value is zero. We don't know if this is an issue with the sender in sw_usb_audio or the receiver in sw_audio_analyzer.
Added some extra debug to sw_audio_analyzer to report samples after a discontinuity
The text was updated successfully, but these errors were encountered: