Vishal wrote: > My application cannot handle the JNIE overhead, as I need to make 2 > JNIE calls to the native C/C++ code for every 20msec. So I am trying > to use the native media libraries and the realted C/C++ files provided > by Android in the folder "//external/srec/audio/test" of the donut > build. Ex. AudioHardwareRecord, AudioInRecord etc.. I am implementing > all the calls in the native layer.
Try the [android-ndk] list if you are trying to use the NDK, or [android-porting] if you are trying to modify firmware for your own device, or [android-platform] if you are trying to modify firmware for contribution back to the AOSP. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

