Skip to content

Commit

Permalink
Add the CM DSP library to the device-specific effects table
Browse files Browse the repository at this point in the history
Change-Id: Iec434885dc30a6623556b9c0c132fef4a0201314
  • Loading branch information
rmcc authored and MarcLandis committed Aug 14, 2014
1 parent eb875a9 commit a7c2701
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions audio_effects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ libraries {
bundle {
path /system/lib/soundfx/libbundlewrapper.so
}
cm {
path /system/lib/soundfx/libcyanogen-dsp.so
}
reverb {
path /system/lib/soundfx/libreverbwrapper.so
}
visualizer {
path /system/lib/soundfx/libvisualizer.so
}
pre_processing {
path /system/lib/soundfx/libaudiopreprocessing.so
}
qcom_pre_processing {
path /system/lib/soundfx/libqcomvoiceprocessing.so
}
Expand Down Expand Up @@ -42,17 +48,21 @@ libraries {
# }

effects {
compression {
library cm
uuid f27317f4-c984-4de6-9a90-545759495bf2
}
bassboost {
library bundle
uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
library cm
uuid 42b5cbf5-4dd8-4e79-a5fb-cceb2cb54e13
}
virtualizer {
library bundle
uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
library cm
uuid 7c6cc5f8-6f34-4449-a282-bed84f1a5b5a
}
equalizer {
library bundle
uuid ce772f20-847d-11df-bb17-0002a5d5c51b
library cm
uuid 58bc9000-0d7f-462e-90d2-035eddd8b434
}
volume {
library bundle
Expand Down Expand Up @@ -82,6 +92,10 @@ effects {
library downmix
uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
}
agc {
library pre_processing
uuid aa8130e0-66fc-11e0-bad0-0002a5d5c51b
}
aec {
library qcom_pre_processing
uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
Expand All @@ -90,6 +104,10 @@ effects {
library loudness_enhancer
uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c
}
ns {
library pre_processing
uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b
}
}
# Audio preprocessor configurations.
# The pre processor configuration consists in a list of elements each describing
Expand Down Expand Up @@ -126,3 +144,7 @@ effects {
# }
# ...
# }

#
# TODO: add default audio pre processor configurations after debug and tuning phase
#

0 comments on commit a7c2701

Please sign in to comment.