You probably just need to google for libraries that process PCM data
to apply effects.  What you're asking is not specific to Android,
since AudioTrack and AudioRecord just deal with raw PCM data.

Doug

On Aug 2, 6:17 am, nicoletto <nicobales...@gmail.com> wrote:
> Hi there,
> I've spent days already trying to sort out this topic. Basically I'm
> recording audio in PCM and when the user clicks on "Play" I want to
> play the recorded audio but applying some effect.
> Basically, prior to do
>    track.write(data, 0, maxlength);
> I want to apply some kind of transformation to the "data" array which
> is going to be pushed to the Audio h/w.
> Do you know if there's any example of any kind of sound effect applied
> in this context?
> Do you know any easy to use C/C++ library to be integrated using NDK
> (if he previous question doesn't have any answer)??
> Thank you for your help.
>
> Any answer will be welcomed.. even if it's "I don't know" :)
>
> Nico

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to