land: Add missing audio flags and props

Change-Id: Ie39d2398c1f5fd590bb6457aadeb8316b7dd48b7
This commit is contained in:
Zhao Wei Liew 2016-11-07 11:07:39 +08:00
parent 9c0ce3716f
commit 7facbe2de3
3 changed files with 11 additions and 4 deletions

View file

@ -14,6 +14,7 @@ AUDIO_FEATURE_ENABLED_NT_PAUSE_TIMEOUT := true
AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true
AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
AUDIO_FEATURE_ENABLED_VOICE_CONCURRENCY := true
AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true
BOARD_SUPPORTS_SOUND_TRIGGER := true

View file

@ -13,9 +13,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
audio.offload.buffer.size.kb=64 \
audio.offload.gapless.enabled=true \
audio.offload.min.duration.secs=30 \
audio.offload.pcm.16bit.enable=false \
audio.offload.pcm.16bit.enable=true \
audio.offload.pcm.24bit.enable=true \
audio.offload.track.enable=false \
audio.offload.video=true \
audio_hal.period_size=192 \
persist.audio.dirac.speaker=true \
use.voice.path.for.pcm.voip=true

View file

@ -5,7 +5,13 @@ PRODUCT_COPY_FILES += \
# Properties
PRODUCT_PROPERTY_OVERRIDES += \
audio.dolby.ds2.enabled=true \
audio.playback.mch.downsample=true \
audio.safx.pbe.enabled=true \
ro.qc.sdk.audio.fluencetype=fluence \
persist.audio.fluence.voicecall=true \
persist.audio.fluence.voicerec=false \
persist.audio.fluence.speaker=false
use.qti.sw.alac.decoder=true \
use.qti.sw.ape.decoder=true \
voice.conc.fallbackpath=deep-buffer \
voice.playback.conc.disabled=true \
voice.voip.conc.disabled=true