Programming Project #3

Audio Collage

For this programming project I had to take three or more sounds and put them into a collage where they were played at least twice (one time as the original sound and one time as a modified sound). I put together all of the functions to modify the sounds and then wrote a function that would make the modifications and put all of the sounds together.

At first I wanted to use sounds that I got off the internet, but they weren't working when I tried to modify them. I later realized that this was because they didn't have a sampling rate of 22,000. So I used the "antidisestablishmentarianism" sound from the media files folder and another sound of three notes that I made up using the programs from last weeks lab.

Here are the original sounds that I used:

 

I then applied five functions to these sounds:

reverse

double frequency

echo

half frequency

And finally the function that ran all of these other functions and put together my final sound

 

 

My Audio Collage