summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-09-12 17:45:53 -0700
committerEric Laurent <elaurent@google.com>2013-09-17 17:44:42 -0700
commitc4aef75c2c5a0d49cac941d22235ac0b9e435ca0 (patch)
treecf1b2fc8d66c59d4d19a57fe7c1cf200b4455184 /Android.mk
parent352f27bea3ea82b64234485de7a0f87a1991ab06 (diff)
downloadandroid_hardware_qcom_audio-c4aef75c2c5a0d49cac941d22235ac0b9e435ca0.tar.gz
android_hardware_qcom_audio-c4aef75c2c5a0d49cac941d22235ac0b9e435ca0.tar.bz2
android_hardware_qcom_audio-c4aef75c2c5a0d49cac941d22235ac0b9e435ca0.zip
add offloaded audio visualizer
Add library for visualizer effect used when audio decompression is offloaded to QCOM audio DSP. The implementation reads PCM back from the proxy port in the audio DSP. The audio HAL dynamically loads the effect library if present and indicates offloaded output activity. The PCM capture is only active when an offloaded output is active and at least one effect is enabled on this output. Bug: 8174410. Change-Id: Ic78de932f9116e246494f9171c1cc7c3e35a0ea1
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 1c5c5b3d..1228876a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,6 +7,7 @@ include $(MY_LOCAL_PATH)/legacy/Android.mk
else
include $(MY_LOCAL_PATH)/hal/Android.mk
include $(MY_LOCAL_PATH)/voice_processing/Android.mk
+include $(MY_LOCAL_PATH)/visualizer/Android.mk
endif
endif