diff options
author | Michael Limb <something15525@gmail.com> | 2013-11-12 01:33:22 -0800 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:26:41 +0100 |
commit | f7532878c755a9562359e8055b7efb13759fc08d (patch) | |
tree | 2139f005099725f6f5911633be76c391cb680ffd | |
parent | f223f0abb42e7bad645db10880a89bed0b551ac1 (diff) | |
download | device_samsung_tuna-f7532878c755a9562359e8055b7efb13759fc08d.zip device_samsung_tuna-f7532878c755a9562359e8055b7efb13759fc08d.tar.gz device_samsung_tuna-f7532878c755a9562359e8055b7efb13759fc08d.tar.bz2 |
tuna: add 4.4 loudness enhancer
Change-Id: Ia1af318774c5603a04fbcfbeca6778ec8c210ddf
-rw-r--r-- | audio_effects.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio_effects.conf b/audio_effects.conf index d681c69..26e57c7 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. @@ -91,6 +94,10 @@ effects { library pre_processing uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b } + 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 |