We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I am trying to use Processing to visualize the sound from a sound clip (seems like screen saver style), and the visualized effect could follow the rhythm of the sound that I want to use. If any one can how me to figure it out, or have any sample that I can look, it will be great. Thanks!
Answers
An idea/example here:
https://forum.processing.org/two/discussion/18392/advice-on-how-to-convert-sound-into-camera-distortion#latest
Kf
There is a sound library you can use to get wave form or frequencies from a music file. Some people have problems with the main library though. I use the minim library instead.
Both these will give you an array of values every frame, you just have to think of something interesting to do with these numbers. That's the hard bit.