You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CTS Verifier should use setPreferredMixerAttributes() to improve the reliability of USB tests for peripherals that support sample rates higher than 48000 Hz.
As an example, the Presonus device supports 96000 Hz but the Google adapter only supports 48000 Hz. When the test opens a stream on the Presonus devices when using the Legacy AOSP USB HAL then it may open the hardware at 96000 Hz. This will then require the use of a sample rate converter to match the test apps sample rate. That can significantly increase the latency of the streams.
setPreferredMixerAttributes() was added in API 34 (UDC)
The Latency test should always use the optimal MixerAttributes for lowest latency.
The Data Path USB Test could try different MixerAttributes, and try it on/off, to make sure it works properly.
See b/398310497 | P2 | CTSV should use setPreferredMixerAttributes() for USB audio tests
for more context.
The text was updated successfully, but these errors were encountered:
CTS Verifier should use setPreferredMixerAttributes() to improve the reliability of USB tests for peripherals that support sample rates higher than 48000 Hz.
As an example, the Presonus device supports 96000 Hz but the Google adapter only supports 48000 Hz. When the test opens a stream on the Presonus devices when using the Legacy AOSP USB HAL then it may open the hardware at 96000 Hz. This will then require the use of a sample rate converter to match the test apps sample rate. That can significantly increase the latency of the streams.
setPreferredMixerAttributes() was added in API 34 (UDC)
The Latency test should always use the optimal MixerAttributes for lowest latency.
The Data Path USB Test could try different MixerAttributes, and try it on/off, to make sure it works properly.
See b/398310497 | P2 | CTSV should use setPreferredMixerAttributes() for USB audio tests
for more context.
The text was updated successfully, but these errors were encountered: