commit | 6ae0e3faf419dcf559f97745b645b8bd609640df | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@mobileer.com> | Tue Nov 28 10:58:21 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 28 10:58:21 2023 -0800 |
tree | f04ec8c3c80b8bcf07d1475ab053d4af83a60991 | |
parent | 0f945983d6b29f15c065f6c261b35548e80fbc50 [diff] |
OboeTester: speed up latency analysis by >100X (#1940) The latency analysis was too slow on lower end devices. This use a rough pass to find an approximate latency. Then it does a fine grained analysis in a small window around the approximate peak to find the exact value. Fixes #1939
Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target a simplified API that works across multiple API levels back to API level 16 (Jelly Bean).
We would love to receive your pull requests. Before we can though, please read the contributing guidelines.
View the releases page.