Skip to content

Commit 494e676

Browse files
committed
Add loudness enhancer effect
Bug 8413913 Change-Id: I546d5790f03a000c1343c08fb9ed22425a1ee680
1 parent 3edb642 commit 494e676

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

audio_effects.conf

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ libraries {
2121
downmix {
2222
path /system/lib/soundfx/libdownmix.so
2323
}
24+
loudness_enhancer {
25+
path /system/lib/soundfx/libldnhncr.so
26+
}
2427
}
2528

2629
# list of effects to load. Each effect element must contain a "library" and a "uuid" element.
@@ -91,6 +94,10 @@ effects {
9194
library audience_pre_processing
9295
uuid 08fa98b0-0b56-11e2-892e-0800200c9a66
9396
}
97+
loudness_enhancer {
98+
library loudness_enhancer
99+
uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c
100+
}
94101
}
95102
# Audio preprocessor configurations.
96103
# The pre processor configuration consists in a list of elements each describing

0 commit comments

Comments
 (0)