googlearchive / android-audio-high-performance

We now recommend you use the Oboe libraries:
https://github.com/google/oboe
Apache License 2.0
719 stars 275 forks source link

[hello-oboe] Remove dependency on Oboe source folder #95

Closed dturner closed 6 years ago

dturner commented 6 years ago

The sample should only be dependent on the Oboe public headers (specified in CMakeLists.txt). It is currently dependent on common/AudioClock.h which isn't public.

Maybe use std::chrono instead.