android-beginners  

[android-beginners] Re: Audio Processing

dario
Thu, 18 Mar 2010 14:43:42 -0700

DSP in Java has been available for over 10 years, it's just quite
different with embedded and mobile devices for obvious performance and
power reasons (vs in C).

But don't despair, with the JNI API (also available for as long) you
can reuse your C expertise and call C code from Java.  Check out
Google's NDK (available from the same place as the SDK). And although
it doesn't allow access to the media library yet (officially that is)
you can pass the data back and forth to Java after processing in C.

hope that helps,
Dario

On Mar 17, 2:59 pm, BobG <bobgard...@aol.com> wrote:
> I consider myself an Expert doing digital signal acquisition and
> processing on microcontrollers an PCs in c. Last few weeks I've found
> out that non of that helps me learn java. Zilch. Zero. Nada. I bet
> they used c in phones 10 years ago. Whose idea was it to switch
> everything to java?!?

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe from this group, send email to 
android-beginners+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.