Hi Guys,
here I am asking for some programming help again.
I am visualising sound again.
Lovely Chrisir did already help me on this subject see here:
http://forum.processing.org/topic/please-help-to-change-the-existing-coding-so-that-it-visualises-colour#25080000001576085
This is an amaizing visualising tool, but now I want to achieve accurate visual of every second of the sound.
And I have no Idea how to do that (I'm still very much a beginner in Processing)
My tutor told was going to help me with that but he is obviously too busy now, and also I'm eager to surprise him with any result I can ;)
But what he said was that an easier solution would be to just examine the buffer as the sound is playing, which would mean that to make the image would take 90 minutes which is absolutely fine for me!
If I may ask for your help in programming this process it would be amazing!
So here is the short outline of what I'm trying to achieve:
I have sound files *.mp3 they are very long soundtracks: 90-120 minutes.
what I need to do is to convert sound intensity (volume) into grayscale colour to visualize each second of the soundtrack.
for example if a soundtrack is 90 minutes = 5400 sec
than the artwork is a square of 5400 frames (sides: 73x73 frames)
(I make each frame 9x9 pixels)
every frame represents the volume of the soundtrack by grayscale colour:
the louder the sound the lighter the frame.
So silence will create black frames, extremely loud will appear white.
If my description needs more clarity, please let me know.
Please guys, let me know, if it is at all possible for you to help me with this project?
I will really appreciate, if it is.
Thanks
And yes, the final image should look something like this:
here I am asking for some programming help again.
I am visualising sound again.
Lovely Chrisir did already help me on this subject see here:
http://forum.processing.org/topic/please-help-to-change-the-existing-coding-so-that-it-visualises-colour#25080000001576085
This is an amaizing visualising tool, but now I want to achieve accurate visual of every second of the sound.
And I have no Idea how to do that (I'm still very much a beginner in Processing)
My tutor told was going to help me with that but he is obviously too busy now, and also I'm eager to surprise him with any result I can ;)
But what he said was that an easier solution would be to just examine the buffer as the sound is playing, which would mean that to make the image would take 90 minutes which is absolutely fine for me!
If I may ask for your help in programming this process it would be amazing!
So here is the short outline of what I'm trying to achieve:
I have sound files *.mp3 they are very long soundtracks: 90-120 minutes.
what I need to do is to convert sound intensity (volume) into grayscale colour to visualize each second of the soundtrack.
for example if a soundtrack is 90 minutes = 5400 sec
than the artwork is a square of 5400 frames (sides: 73x73 frames)
(I make each frame 9x9 pixels)
every frame represents the volume of the soundtrack by grayscale colour:
the louder the sound the lighter the frame.
So silence will create black frames, extremely loud will appear white.
If my description needs more clarity, please let me know.
Please guys, let me know, if it is at all possible for you to help me with this project?
I will really appreciate, if it is.
Thanks
And yes, the final image should look something like this:
2