Thank you for the inputs
I still have a few more queries
(a) So is it that we do not need to go via OpenSL for a adding a
custom effect. ?
(b) In the link given below
http://www.khronos.org/message_boards/viewtopic.php?f=33&t=3612
I understand that we can add custom effects by introducing a new
interface in OpenSL . In the OpenSl framework implemented
in Android is this feature not supported?
(c)If supported , what would be the steps involved.
On Mar 1, 9:35 pm, Glenn Kasten <
gkas...@android.com> wrote:
> The OpenSL ES and Java layers provides only the API, the top
> interfaces that are exposed to the application developer. They both
> sit on top of AudioTrack, AudioFlinger, and the audio effects
> implementation.
>
> If you want to replace an existing audio effect, you can mostly ignore
> the OpenSL ES layer, as long as you're using the right GUID for the
> effect.
>
> The OpenSL ES API does not currently support custom effects.
>
> Custom effects are exposed by the Java API -- seehttp://
developer.android.com/reference/android/media/audiofx/AudioEff...