From 1c3855ac5a48cf64850053c6614b2867f1755d34 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Mon, 16 Sep 2013 18:47:22 -0700 Subject: [PATCH] Add loudness enhancer effect Bug 8413913 Change-Id: Ieb1407a814168a1e6c109786db3bc22a28e6b7e5 --- audio_effects.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/audio_effects.conf b/audio_effects.conf index f3cd84bf..48801d90 100644 --- a/audio_effects.conf +++ b/audio_effects.conf @@ -21,6 +21,9 @@ libraries { downmix { path /system/lib/soundfx/libdownmix.so } + loudness_enhancer { + path /system/lib/soundfx/libldnhncr.so + } } # list of effects to load. Each effect element must contain a "library" and a "uuid" element. @@ -83,6 +86,10 @@ effects { library qcom_pre_processing uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109 } + loudness_enhancer { + library loudness_enhancer + uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c + } } # Audio preprocessor configurations. # The pre processor configuration consists in a list of elements each describing