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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

