We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default lib_xua runs output volume processing in the mixer task if it is present (OUT_VOLUME_IN_MIXER=1)
When TDM is enabled some issues have been discovered through testing, we assume this is due to the larger MIPS requirement of TDM.
This has been experienced in app_usb_aud_xk_216_mc with build config 2ASi16o16xxxxxx_tdm8, for example.
#147 moves volume processing to the decouple task for the TDM configs.
The text was updated successfully, but these errors were encountered:
Confirmed timing is not met at 88.2 with TDM slave and OUT_VOLUME_IN_MIXER, data misses timing by up to 2 bit clocks.
Over-clocking the XS2 device to 600MHz "resolves" the issue, further confirming the MIPS/timing theory.
Sorry, something went wrong.
No branches or pull requests
By default lib_xua runs output volume processing in the mixer task if it is present (OUT_VOLUME_IN_MIXER=1)
When TDM is enabled some issues have been discovered through testing, we assume this is due to the larger MIPS requirement of TDM.
This has been experienced in app_usb_aud_xk_216_mc with build config 2ASi16o16xxxxxx_tdm8, for example.
#147 moves volume processing to the decouple task for the TDM configs.
The text was updated successfully, but these errors were encountered: