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
Legacy AudioTrack will not support a FAST path for Input stream in Float format.
This affects OpenSL ES and AAudio Legacy path before P.
AAudio on P will convert Int16 to Float.
This does not affect the AAudio MMAP path.
For affected devices, we should request Int16 from the framework for low latency streams.
If the caller selects Float then we should convert the data in Oboe.
The text was updated successfully, but these errors were encountered:
Legacy AudioTrack will not support a FAST path for Input stream in Float format.
This affects OpenSL ES and AAudio Legacy path before P.
AAudio on P will convert Int16 to Float.
This does not affect the AAudio MMAP path.
For affected devices, we should request Int16 from the framework for low latency streams.
If the caller selects Float then we should convert the data in Oboe.
The text was updated successfully, but these errors were encountered: