-
Notifications
You must be signed in to change notification settings - Fork 617
Add audio performance to AdpfWrapper #2330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
apps/OboeTester/app/src/main/java/com/mobileer/oboetester/AudioWorkloadTestActivity.java
Outdated
Show resolved
Hide resolved
apps/OboeTester/app/src/main/java/com/mobileer/oboetester/DynamicWorkloadActivity.java
Outdated
Show resolved
Hide resolved
apps/OboeTester/app/src/main/res/layout/activity_audio_workload_test_runner.xml
Show resolved
Hide resolved
|
|
||
| #include "oboe/Utilities.h" | ||
| #include "OboeDebug.h" | ||
| #include "Trace.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind moving the trace enabling to a separated PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh, I think this is relevant enough to this change. I can put it in a separate PR is you strongly think this is needed. I want to push this soon.
When using Oboe, apps can now see if the power HAL supports a special audio performance mode with ADPF and use it.