mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: properties: Extend audio offload buffer size to 256kb
Extend buffer size for offload playback to reduce the frequency of CPU wake up. It makes ADSP to process more data one time and reduce the number of times to wake up CPU. Bug: 137973303 Test: MP3 playback Change-Id: If8eb1d3041161979063bf852e2b0b397e87e7c05 Change-Id: Idff8ed8f4d0e7032054eebea45a62f8a7c5db50c Signed-off-by: justinweng <justinweng@google.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ vendor.audio_hal.in_period_size=144
|
||||
vendor.audio_hal.period_multiplier=3
|
||||
vendor.audio_hal.period_size=192
|
||||
vendor.audio.hw.aac.encoder=false
|
||||
vendor.audio.offload.buffer.size.kb=32
|
||||
vendor.audio.offload.buffer.size.kb=256
|
||||
vendor.audio.offload.gapless.enabled=true
|
||||
vendor.audio.offload.multiaac.enable=true
|
||||
vendor.audio.offload.multiple.enabled=false
|
||||
|
||||
Reference in New Issue
Block a user