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
Timur Achmetow reported that the latency report in the HelloOboe example only works on Android 8 or higher. He tested the example on Android 7 and it always shows 0ms for latency.
The text was updated successfully, but these errors were encountered:
philburk
changed the title
Oboe example shows "0" latency before Android 8.0
Hello Oboe example shows "0" latency before Android 8.0
Nov 19, 2017
The latency calculation is based on getTimestamp(), which is not supported on OpenSL ES. It just returns OBOE_ERROR_UNIMPLEMENTED. The UI code should detect that and display "?" or "Only supported on 8.0 or above".
Timur Achmetow reported that the latency report in the HelloOboe example only works on Android 8 or higher. He tested the example on Android 7 and it always shows 0ms for latency.
The text was updated successfully, but these errors were encountered: