Lab 6: Simple Sound Manipulation

In this lab we learned many different ways to manipulate sound. Some of the new sounds I created are posted below.

The first function we worked with was called changeVolume, this function simply changed the volume of a sound.

Original Sound

New Sound

The second function we worked with was called increaseAndDecrease, this function increased the volume and then decreased it.

Original Sound

New Sound

The third function we worked with was called backwards, this function playes the sound backwards.

Original Sound

New Sound

The fourth function we worked with was called halfFrequency, this function cut the frequency in half.

Original Sound

New Sound

The last function we worked with was called doubleFrequency, this function doubles the frequency.

Original Sound

New Sound