For a project i am trying to get different kinds of information out of an audio feed. With the minim GetLineIn example i was able to find the volume but now i am searching for the pitch of the incoming soundwave.
I want to use this pitch information to control some objects similar to this project
http://vimeo.com/2242457 voice controlled pong.
So, is it posible to get the pitch out of an LineIn with minim? I can not find it in the GetlineIn example.
I am fairly new to processing, for a school-project i am capturing video and audio input, it keeps sending me information in realtime. Is it possible to capture this information and give an
average of this information every minute?