Skip to content

Commit

Permalink
Add loudness enhancer effect
Browse files Browse the repository at this point in the history
Bug 8413913

Change-Id: Ieb1407a814168a1e6c109786db3bc22a28e6b7e5
  • Loading branch information
jmtrivi committed Sep 17, 2013
1 parent 3f8b97b commit 1c3855a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audio_effects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c3855a

Please sign in to comment.