From 60c60df7db278d2fa5c90b0fa14f99a61d50272b Mon Sep 17 00:00:00 2001 From: jpadmana Date: Tue, 4 Jun 2013 16:03:29 +0530 Subject: Effect Offload Proxy for effects offload Effect Proxy abstracts the sub effects to the upper layers. It has the following functionalities: - creation and release of sub effects - routing the effect commands and process to the appropriate sub effect Bug: 8174034. Change-Id: I22d8136636048e7fe8f8807cbc6e348ffa200a22 Signed-off-by: jpadmana --- media/libeffects/data/audio_effects.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/libeffects/data/audio_effects.conf') diff --git a/media/libeffects/data/audio_effects.conf b/media/libeffects/data/audio_effects.conf index aa48e4e..69a3c53 100644 --- a/media/libeffects/data/audio_effects.conf +++ b/media/libeffects/data/audio_effects.conf @@ -10,7 +10,7 @@ libraries { # the HW and SW effects #proxy { - #path /system/lib/soundfx/libProxy.so + #path /system/lib/soundfx/libeffectproxy.so #} # This is the SW implementation library of the effect -- cgit v1.1