audio - Sound Analysis/Editing in Android -


I should know how difficult it is to analyze and edit sound in Android. My project will be a type of DJ application.

I think audiotrak is the most suitable library, right? Some Android DJ apps display the spectrum of sound, apply effects, change speed, mix the act ... do they use a more powerful external sound library?

For the issue of performance, is Java very fast (or is there a risk of delay)?

And one last question: how Korg put his pad in the iPad, the wormx is being ported to Android, AngryBird now works on iPhones and Android, ect ... all these The application is being ports without being rewritten on any platform ... How do they do it? That's because they are written in the "original code"? Should I consider this option so that I can use other sound libraries?

Thank you.

To edit the sound or apply sound effects in a stream, you can use the AudioTrack < To configure with one of the / code> packages, the audiofile fect package has the option of android.media.audiofx , such as equalizer etc ... . To analyze sound, you should most often apply FFT algorithms to client AudioRecord or some re-received bytes .


Comments