Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
th...@outlook.com <th...@outlook.com> #3
The issue is present on any device with the AIDL Audio HAL enabled (vendor.audio_hal.aidl.enable=true
), so build numbers are irrelevant. The issue is confirmed to be present in AD1A.240905.004, BP22.250124.009 and all build between to name a few.
The bug report is available here:
vi...@google.com <vi...@google.com> #4
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
Description
Since the introduction of the Pixel 9 devices shipping with the AIDL Audio HAL, the
DynamicsProcessing.BandStage
can no longer be disabled.DynamicsProcessing.Mbc
is used on the sample for demonstration, as it extends extendsDynamicsProcessing.BandStage
. The same issue occurs when usingDynamicsProcessing.Eq
, which also extendsDynamicsProcessing.BandStage
.Steps to reproduce:
Code sample:https://github.com/Pittvandewitt/AudioEffectsBugReports