[android-developers] Sound Processing

2010-03-29 Thread Janaka
I want to get the input from the mic. Do some changes then output the result to the speaker. What are the classes i should check to achive this? Is there any sample program? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Sound Processing

2010-03-29 Thread Janaka
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