aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiu Cozma <lssjbrolli@gmail.com>2015-04-02 16:19:59 +0300
committerSergiu Cozma <lssjbrolli@gmail.com>2015-04-02 16:19:59 +0300
commitff3ebc6980925988dad01b659cf5d732a20a7c7c (patch)
treee5a983669c894cbd43bf93caf1d0b492a0f95a0d
parentd795dacfb11a36c331d61548ef9e32e728a62d0f (diff)
klimtlte: cleanup audio_effects.conf
Change-Id: I2b0706192a5d604cc103f18000accf26409b6dfa
-rw-r--r--configs/audio_effects.conf96
1 files changed, 43 insertions, 53 deletions
diff --git a/configs/audio_effects.conf b/configs/audio_effects.conf
index 181ab0d..f19861c 100644
--- a/configs/audio_effects.conf
+++ b/configs/audio_effects.conf
@@ -6,29 +6,23 @@
# }
# }
libraries {
+ audio_pre_processing {
+ path /system/lib/soundfx/libaudiopreprocessing.so
+ }
bundle {
path /system/lib/soundfx/libbundlewrapper.so
}
- cm {
- path /system/lib/soundfx/libcyanogen-dsp.so
- }
reverb {
path /system/lib/soundfx/libreverbwrapper.so
}
- visualizer_sw {
+ visualizer {
path /system/lib/soundfx/libvisualizer.so
}
- visualizer_hw {
- path /system/lib/soundfx/libqcomvisualizer.so
- }
downmix {
path /system/lib/soundfx/libdownmix.so
}
- proxy {
- path /system/lib/soundfx/libeffectproxy.so
- }
- audio_pre_processing {
- path /system/lib/soundfx/libqcomvoiceprocessing.so
+ loudness_enhancer {
+ path /system/lib/soundfx/libldnhncr.so
}
}
@@ -48,73 +42,61 @@ libraries {
# }
effects {
- compression {
- library cm
- uuid f27317f4-c984-4de6-9a90-545759495bf2
+ visualizer {
+ library visualizer
+ uuid d069d9e0-8329-11df-9168-0002a5d5c51b
}
bassboost {
-# library bundle
-# uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
- library cm
- uuid 42b5cbf5-4dd8-4e79-a5fb-cceb2cb54e13
+ library bundle
+ uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
}
virtualizer {
-# library bundle
-# uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
- library cm
- uuid 7c6cc5f8-6f34-4449-a282-bed84f1a5b5a
+ library bundle
+ uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
}
equalizer {
-# library bundle
-# uuid ce772f20-847d-11df-bb17-0002a5d5c51b
- library cm
- uuid 58bc9000-0d7f-462e-90d2-035eddd8b434
+ library bundle
+ uuid ce772f20-847d-11df-bb17-0002a5d5c51b
}
volume {
library bundle
- uuid 119341a0-8469-11df-81f9-0002a5d5c51b
+ uuid 119341a0-8469-11df-81f9-0002a5d5c51b
}
reverb_env_aux {
library reverb
- uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
+ uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
}
reverb_env_ins {
library reverb
- uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b
+ uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b
}
reverb_pre_aux {
library reverb
- uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b
+ uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b
}
reverb_pre_ins {
library reverb
- uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b
- }
- visualizer {
- library proxy
- uuid 1d0a1a53-7d5d-48f2-8e71-27fbd10d842c
-
- libsw {
- library visualizer_sw
- uuid d069d9e0-8329-11df-9168-0002a5d5c51b
- }
-
- libhw {
- library visualizer_hw
- uuid 7a8044a0-1a71-11e3-a184-0002a5d5c51b
- }
+ uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b
}
downmix {
library downmix
- uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
+ uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
+ }
+ loudness_enhancer {
+ library loudness_enhancer
+ uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c
+ }
+ agc {
+ library audio_pre_processing
+ uuid aa8130e0-66fc-11e0-bad0-0002a5d5c51b
}
aec {
library audio_pre_processing
- uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
+ uuid bb392ec0-8d4d-11e0-a896-0002a5d5c51b
}
- ns {
+ ns {
library audio_pre_processing
- uuid 1d97bb0b-9e2f-4403-9ae3-58c2554306f8
+ uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b
}
}
# Audio preprocessor configurations.
@@ -153,6 +135,14 @@ effects {
# ...
# }
-#
-# TODO: add default audio pre processor configurations after debug and tuning phase
-#
+audience_pre_processing {
+ voice_communication {
+ aec {}
+ ns {}
+ }
+ camcorder {
+ agc {}
+ }
+}
+
+