config: Enable concurrent record

Enable compress input flag and introduce
a new flag to enable concurrent record.

Change-Id: I2700aff2fb776eb56d127a5536bcb81d066cfad4
This commit is contained in:
Samyak Jain 2018-12-27 10:42:43 +05:30 committed by Gerrit - the friendly Code Review server
parent e6ce631fc8
commit c5fe5426fa
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ TARGET_USES_AOSP_FOR_AUDIO := false
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
USE_CUSTOM_AUDIO_POLICY := 1
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
AUDIO_FEATURE_ENABLED_COMPRESS_INPUT := true
AUDIO_FEATURE_ENABLED_CONCURRENT_CAPTURE := true
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := true
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true