Don Turner

Results 225 comments of Don Turner

Your changes introduced some code formatting issues which are being flagged by spotless. This is causing the build to fail. Please run: `./gradlew spotlessApply` to fix these issues.

Thanks for the feedback. We'll update the learning journey. Also thanks for the suggestion to create a docs issue template. Created https://github.com/android/nowinandroid/pull/201 to add this.

Ran into the exact same issues, and fixed them the same way.

I just fixed this issue in the AAudio echo sample here: https://github.com/googlesamples/android-audio-high-performance/commit/d269d62921d41f553cc742e4ea21b9d7c1789466 This is almost certainly the cause of the high round-trip latency being reported by this app on Android...

Sorry I have no idea why that behaviour has changed, you are welcome to look at the Android source to investigate: http://androidxref.com/. My advice is rather than having an input...

Please raise a separate issue for the "i/o callback grouping", talking about two different issues on the same thread is confusing. For the 21ms value - is that lower than...

OK I strongly suggest the following course of action if you want this fixed: - Create a simple test app with source code available on github which reproduces the issue...

"...and know about the issue" - The reason for asking you to submit that information in a bug report is because I *don't* know enough about the issue. Here's some...

I shouldn't have closed this. From the article I read "So we fixed our latency measurement app and everybody was curious..." and assumed that you'd fixed the input stream from...

I have provided a fix/workaround to this issue here: https://github.com/superpoweredSDK/SuperpoweredLatency/pull/6 I should have picked up on this sooner but you thought this bug only applied to AAudio, when in fact...