On Jul 31, 1:35 pm, Peter Pippinger <[email protected]> wrote: > So my question: is it possible to do some synthesizer-calculation in Java > for the music with not to much CPU-consumption? > Maybe you have some links (maybe also to some apps which are doing something > like this)?
I think if you do a little research on the topic you will find ways of doing sound synthesis with both pure java and C++ that you could integrate via JNI. Everything comes at a cost, though, and you just have to deal with that fact. In general, audio synthesis is not a simple thing. You may even have to drop the sampling rate so your synthesis can process more information on limited mobile devices. Doug -- 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

