OSDN Git Service

Use the AudioEffect framework to implement SLEqualizerItf.
authorJean-Michel Trivi <jmtrivi@google.com>
Fri, 9 Jul 2010 20:35:02 +0000 (13:35 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Thu, 15 Jul 2010 17:51:30 +0000 (10:51 -0700)
commit1f5702ed2239c79b701aa8cc3c675798b34a9656
tree92a27dddde6720f4b95e5d83614720ddcffe166c
parent158dbd1a71a890d29490198c8e5019081ac94ac3
Use the AudioEffect framework to implement SLEqualizerItf.
EQ presets are stored in the engine because they need to be
available during the duration of the application, not just
during the life of the AudioPlayer that uses EQ.
Change-Id: Ib55ce32b54a4dca134831a87bc5bd2ae8c111035
opensles/libopensles/Android.mk
opensles/libopensles/CEngine.c
opensles/libopensles/IEngine.c
opensles/libopensles/IEqualizer.c
opensles/libopensles/android_Effect.cpp [new file with mode: 0644]
opensles/libopensles/android_Effect.h [new file with mode: 0644]
opensles/libopensles/sles_allinclusive.h
opensles/libopensles/sles_to_android.cpp