We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edb642 commit 494e676Copy full SHA for 494e676
audio_effects.conf
@@ -21,6 +21,9 @@ libraries {
21
downmix {
22
path /system/lib/soundfx/libdownmix.so
23
}
24
+ loudness_enhancer {
25
+ path /system/lib/soundfx/libldnhncr.so
26
+ }
27
28
29
# list of effects to load. Each effect element must contain a "library" and a "uuid" element.
@@ -91,6 +94,10 @@ effects {
91
94
library audience_pre_processing
92
95
uuid 08fa98b0-0b56-11e2-892e-0800200c9a66
93
96
97
98
+ library loudness_enhancer
99
+ uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c
100
101
102
# Audio preprocessor configurations.
103
# The pre processor configuration consists in a list of elements each describing
0 commit comments