Open philburk opened 2 months ago
The latency tests can use AudioManager.setPreferredMixerAttributes() to make the USB formats match the app attributes more closely. This can prevent extra processing and reduce latency. [internal discussion]
The preference should be cleared when the test is finished.
The supported attributes can be listed in the DeviceReport.
If this works well then we can move it into CTS Verifier.
The latency tests can use AudioManager.setPreferredMixerAttributes() to make the USB formats match the app attributes more closely. This can prevent extra processing and reduce latency. [internal discussion]
The preference should be cleared when the test is finished.
The supported attributes can be listed in the DeviceReport.
If this works well then we can move it into CTS Verifier.