Shapes as audio

In an attempt to translate the visual world into audio I wondered what if the shapes of objects could be contours of a sound wave. As an experiment I took the contour of an oak leaf and turned it into a wave form.

I first found an outline of an oak leaf online then cut it in two:

oakleafside

Next, using computer vision (openCV in Cinder), I analyzed the image for feature points:

Screen Shot 2013-11-17 at 4.38.03 PM

Using javascript I converted these points from a csv into a table that Max/MSP could use as a waveform. Since some of the points are over/under each other (and with a waveform you can’t have more then one value happening at any given point in time) the waveform in max has some interesting striations:

Screen Shot 2013-11-17 at 7.22.26 PM

With an oscilloscope the wave coming from the synthesizer looks like:

Screen Shot 2013-11-17 at 4.33.13 PM

It sounds real buzzy:

But in layers and with some filtering it can have a nice effect:

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *