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 › translating sound to an image
Page Index Toggle Pages: 1
translating sound to an image (Read 759 times)
translating sound to an image
Feb 3rd, 2009, 2:33am
 
hello,
i'm wondering how to even begin using the minim sound library... i would like to have the mic in my computer read a sound (like my voice, or clapping hands), translate it to a moving or non-moving vector image, and then automatically saves that image as a jpg? this this difficult to do? if anyone can steer me in the right direction, i would appreciate it! thanks!
Re: translating sound to an image
Reply #1 - Feb 21st, 2009, 1:12pm
 
just do all your drawing methods as usual, then when you want to save, call the save("filename.jpg") method.
Page Index Toggle Pages: 1