Skip to content

Commit

Permalink
audio_stats: Check audio low latency mode at first
Browse files Browse the repository at this point in the history
Check state if device use audio low latency mode or not, check this at first can make M.A.O detect it correctly what to do with ULL enable or not.

But sometimes on new syberia build, DIRECT flags can't be closed, so M.A.O will read that DIRECT flags although deep_buffer that's actual flags on use.

Will try to solve it later
  • Loading branch information
Nicklas373 committed May 16, 2019
1 parent b390b7d commit 301b98b
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 297 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 24
targetSdkVersion 28
versionCode 1
versionName "1.3.2"
versionName "1.3.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Loading

0 comments on commit 301b98b

Please sign in to comment.