audio: fix beginning of previous notification is cut off

Bug: 314713418
Test: preview notification

Signed-off-by: Jasmine Cha <chajasmine@google.com>
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b2cf7228a49c95db96eb93bc9f7045ff0b2fdc17)
Merged-In: I20934402e084b63c4bb073a1f861b767a6bed9fd
Change-Id: I20934402e084b63c4bb073a1f861b767a6bed9fd
This commit is contained in:
Jasmine Cha 2023-12-04 15:34:21 +08:00 committed by Cherrypicker Worker
parent 44c8706a54
commit 2e295bbce2

View file

@ -27,7 +27,8 @@
</attachedDevices> </attachedDevices>
<defaultOutputDevice>Speaker</defaultOutputDevice> <defaultOutputDevice>Speaker</defaultOutputDevice>
<mixPorts> <mixPorts>
<mixPort name="primary output" role="source" flags="AUDIO_OUTPUT_FLAG_PRIMARY AUDIO_OUTPUT_FLAG_FAST"> <mixPort name="primary output" role="source" flags="AUDIO_OUTPUT_FLAG_PRIMARY AUDIO_OUTPUT_FLAG_FAST"
recommendedMuteDurationMs="40">
<profile name="" format="AUDIO_FORMAT_PCM_FLOAT" <profile name="" format="AUDIO_FORMAT_PCM_FLOAT"
samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/> samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
</mixPort> </mixPort>