I have an Android Processing application that I'm working on that I would like to add some simple sound effects to - on-screen button click sounds etc.
What is the easiest way to do this? Should I use the MediaPlayer class, or is there a simpler method?
Secondly, I am also interested in playing with spatial sound from my Android apps. Is there an Android Processing sound library that supports this?
However I've had no luck getting it to run. If I run the client and server both on the Mac then it run no problem, and the software seems to run fine on the Android phone, but no client connection is made.
Does anyone have another example of Android/PC/Mac client/server code that works?
I'm just using the basic processing.net class, maybe I should be using OSC instead? Any other advice?