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
Testing this requires requesting a capacity in an INPUT stream < 4096.
The issue only involves Legacy Mode so you must enter:
adb root
adb shell setprop aaudio.mmap_policy 1
Also on OC MR1 you should request PCM16 data format to get FAST track.
The final stream should have performance mode LowLatency.
An explicit buffer capacity request != 4096 can result in a Legacy AudioRecord stream not getting a FAST track.
This may be specific to P and earlier.
The text was updated successfully, but these errors were encountered: