[android-developers] Re: AudioTrack sanity test

2009-12-04 Thread Kevin
I am pushing for better audio support in the NDK in Android Bug 3434. http://code.google.com/p/android/issues/detail?id=3434 Kevin -- 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@googl

[android-developers] Re: AudioTrack sanity test

2009-10-05 Thread niko20
Hi BD, I would go the NDK route for generating your sound, but for now you will have to pass the data back to the java layer to play it, I dont think the Audio APIs are the NDK yet. Yes you have noticed you can't play too many at once with AudioTrack. This is a phone CPU speed issue. You can get