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:
parent
e6ce631fc8
commit
c5fe5426fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue