googlearchive / android-audio-high-performance

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

Fix thread leaking issue ( github bug #103) and update build script #104

Closed ggfan closed 6 years ago

ggfan commented 6 years ago

mostly to fix https://github.com/googlesamples/android-audio-high-performance/issues/103. @philburk Please take a look, thanks!

dturner commented 6 years ago

Also, we should probably update the aaudio-echo sample at the same time. I will make the changes and commit on this branch.

ggfan commented 6 years ago

Gradle change is necessary to use Android Studio 3.0.0+.

ggfan commented 6 years ago

we could separate them into different CLL: one for thread, one for Android Studio 3.0.1+. I will withdraw this one and submit 2 separately