We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm currently using minim library. Someone uploaded a "minim for android" (https://github.com/DASAR/Minim-Android) project on github but I can't for the life of me figure out how to get it to work so I need an alternative.
Currently I'm using minim to synth audio. Specifically I'm using sin wave function, as well as a brown noise generator and band pass filter, as well as beat detection and music for a background track. Is there any other ways I can do this easily?
Answers
@BGADII===
try TarsosDSP, it works with android and has quite the same classs than minim
Looks very promising, thanks! I'll try to add it as a library and play around with it later. I've just started seriously learning Java programming with Processing last week so everything is a bit of a task.