GMU:BioArt WS15/Tim Vischer: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 11: Line 11:
==Process==
==Process==


First im sending an edited .wav file into an wav to text editor using an Python Code, the wav. file needs to be amplified and high sounds needs to be pitched otherwise they are not recognisable in the cut for the needle. The .wav to .txt code analyses the soundwaves and recreates it into coordinates that would build an round spiral with the sound information readable for an Vinyl player on it.
First im sending an edited .wav file into an wav to text editor using an Python Code, the .wav file needs to be amplified and high sounds needs to be pitched otherwise they are not recognisable in the cut for the needle. The .wav to .txt code analyses the soundwaves and recreates it into coordinates that would build an round spiral with the sound information readable for an Vinyl player on it.


<gallery>
<gallery>
Line 19: Line 19:




With this txt. file full of coordinates im feeding an Processing code wich is turning them in an actual Vector file. Cause of the big amount of data the path gets split into 7 separate .pdf files.
With this .txt file full of coordinates im feeding an Processing code wich is turning them in an actual Vector file. Cause of the big amount of data the path gets split into 7 separate .pdf files.
    
    
<gallery>
<gallery>
Line 34: Line 34:
</gallery>
</gallery>


== Test results==


<gallery>
image:IMG_8100.png |Test with mdf plate
image:IMG_81021.png |Detail
</gallery>
<gallery>
image:IMG_8095.png | Test on Vinyl Player
image:IMG_80971.png| Test on Vinyl Player
</gallery>
  You can view a video of the first test with amplified audio [https://www.youtube.com/watch?v=lGxN1MoKIOA&feature=youtu.be here].




Line 49: Line 60:


After fixing these problems i can finally expose them back to nature, to see how the sound reacts to being rotten.
After fixing these problems i can finally expose them back to nature, to see how the sound reacts to being rotten.
== Intermediate result==
<gallery>
image:IMG_8100.png |Test with mdf plate
image:IMG_81021.png |Detail
</gallery>
<gallery>
image:IMG_8095.png | Test on Vinyl Player
image:IMG_80971.png| Test on Vinyl Player
</gallery>
  You can view a video of the first test with amplified audio [https://www.youtube.com/watch?v=lGxN1MoKIOA&feature=youtu.be here].

Revision as of 17:00, 7 April 2016

WoodenRecord

I want to produce a vinyl record out of a piece of tree trunk using a Lasercutter for engraving a .wav file playing recorded natural noises into it. Later on i want to expose a second trunk after the cutting part back again into nature for half a month to give it back to it and see how that influences the sounds.


Process

First im sending an edited .wav file into an wav to text editor using an Python Code, the .wav file needs to be amplified and high sounds needs to be pitched otherwise they are not recognisable in the cut for the needle. The .wav to .txt code analyses the soundwaves and recreates it into coordinates that would build an round spiral with the sound information readable for an Vinyl player on it.


With this .txt file full of coordinates im feeding an Processing code wich is turning them in an actual Vector file. Cause of the big amount of data the path gets split into 7 separate .pdf files.


Here you see the vector file from the original .wav converted through Python and then Processing.

Test results

 You can view a video of the first test with amplified audio here.


Current State

At the moment im fine tuning the audio quality, also some problems with cutting on a rougher surface than mdf plates needs to get fixed.

One big problem of cutting the file into an real slice of an tree trunk are the different degrees of hardness of the year rings of the tree, the laser will cut into weaker areas deeper than into harder and older ones.

After fixing these problems i can finally expose them back to nature, to see how the sound reacts to being rotten.