Loading...
Logo
Processing Forum
Im just wondering if anyone has figured out a way to do all of this within processing? or if anyone has came up with a couple of simple audio classes? Or peoples experience with playing with sound. I tried the method mentioned here:


It kept getting errors and I couldn't quite figure out why.

Has anyone figured this out? just for sound sample playback or even just generating noise.  

cheers,

joe.

Replies(3)

Not really sure if this answers your question, but if you're willing to learn Pure Data you can use libpd for all your sound concerns. You probably need to use Eclipse...


Hi mate,

thanks for the suggestion. I have played around with pd before. created this ---->  http://vimeo.com/16782027 . so i think ive done some of the learning part :P. Im not sure how I would use it with my android processing application but Ill definently research this and see how I can use it. Im a complete amature so there is alot of concepts that I dont understand that I wish I did... hopefully this will help me understand more concepts about sounds and java so I really appreciate your post :).

However for the problem I have I am looking for more direct solution so I can compile it within processing. as opposed to doing it in eclipse. 

cheers,

joe
Hi.

You could try APWidgets. Its a couple of classes for android processing that makes use of some of the gui widgets in Android, there among the the MediaPlayer: http://code.google.com/p/apwidgets/wiki/PMediaPlayerExample

I haven't tested it so much on the latest version194. I have had some problems with contributed libraries on 194: http://forum.processing.org/topic/issues-with-libraries-and-android

R