We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › Question PROCESSING for audio
Page Index Toggle Pages: 1
Question PROCESSING for audio (Read 794 times)
Question PROCESSING for audio
Jun 10th, 2009, 9:27am
 
I had a little difficult, with programming in processing.

My question is:
I use "GET LINE IN", because i use a micro for capting the sound, then, i want to amplify that sound, like a big noise. Everything is real time.

Someone help me? xD
Re: Question PROCESSING for audio
Reply #1 - Jun 10th, 2009, 11:24am
 
Not sure exactly what you mean, I assume you're using minim... Is the documentation unclear? Check out:

http://code.compartmental.net/tools/minim/manual-audioinput/

And to get direct access to the input stream use:

http://code.compartmental.net/tools/minim/manual-audiolistener/

[edit] There are examples of how to use each right on those pages...

I found the javadocs for it online here:
http://code.compartmental.net/minim/javadoc/



Jack
Page Index Toggle Pages: 1