I am testing the application on the emulator and i couldn't get the AudioTrack or AudioRecord to work.
I am trying to apply fast furior transform to the input so implementation in Java may be too slow. I learned there is Native Development Kit for android. Does it have libraries for audio support? On Mar 30, 3:59 am, Gabriel Simões <[email protected]> wrote: > AudioTrack and AudioRecord will do the trick. > If you are thinking about using the emulator to test your app then I > should add luck to you. Could never make audioRecord work on the > emulator. > > On 29 mar, 18:06, BobG <[email protected]> wrote: > > > > > Read about AudioTrack, AudioRecord, and Soundpool I think. -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

