We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Sorry if this should be obvious-- I've been looking around and can't find a clear reference.
What is the best method to access the microphone within Processing? Some references point to using "minim", but that library is no longer documented in the libraries area of the site. Instead there is a "Sound" library, but I can't find good documentation or examples for using it.
The example files still seem to point to ddf.minim rather than processing.sound.
Any pointers on where to look would be great.
Answers
Took me a bit too, being new to sound and programming.
Minim is now built into Processing. There are some examples in file-examples. Look under Minim.
Documentation here - http://code.compartmental.net/minim/ Mic input example here - http://code.compartmental.net/minim/audioinput_class_audioinput.html