diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-05-05 08:44:27 -0700 |
|---|---|---|
| committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-05-05 08:44:35 -0700 |
| commit | 33dbdfe119483f4606f81331c47d7c200118d3ce (patch) | |
| tree | 1726a21b938b5011d14796bc8824e9757fc88602 /audio | |
| parent | df21cf53bb5ba6e6c0205ab76df2d8538977056e (diff) | |
msm8916-common: Update audio effects
Change-Id: I3029f95d32945c0323b3a3a3541e541f51697167
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/audio_effects.conf | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/audio/audio_effects.conf b/audio/audio_effects.conf index 9928757..0af0e8f 100644 --- a/audio/audio_effects.conf +++ b/audio/audio_effects.conf @@ -30,6 +30,9 @@ libraries { downmix { path /system/lib/soundfx/libdownmix.so } + loudness_enhancer { + path /system/lib/soundfx/libldnhncr.so + } proxy { path /system/lib/soundfx/libeffectproxy.so } @@ -209,14 +212,18 @@ effects { library downmix uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f } - aec { - library audio_pre_processing - uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109 - } - ns { - library audio_pre_processing - uuid 1d97bb0b-9e2f-4403-9ae3-58c2554306f8 + loudness_enhancer { + library loudness_enhancer + uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c } +# aec { +# library audio_pre_processing +# uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109 +# } +# ns { +# library audio_pre_processing +# uuid 1d97bb0b-9e2f-4403-9ae3-58c2554306f8 +# } icepower_algo { library icepower uuid f1c02420-777f-11e3-981f-0800200c9a66 @@ -275,6 +282,17 @@ effects { # ... # } +# Added aec, ns effects for voice_commuincation, which are supported by the board + +pre_processing { + voice_communication { + aec { + } + ns { + } + } +} + # # TODO: add default audio pre processor configurations after debug and tuning phase # |
