CSE 1710.03A Programming for Digital Media

Lab 04

Due date: Oct 5, 2009 at 20:00

Pick up your headset!

The machines in the labs do not have loudspeakers and/or microphones. For all students registered in CSE1710 only: Please pick up your headset at the PRISM Lab monitor.

Fading

For this lab, you have to fade out the second half of a sound file. This is simply done by starting at the middle of a sound and multiplying each sound sample after that part by increasingly smaller numbers until the last sample, where the multiplier should be 0. Finally, the function should not modify the original sound data, i.e. has to create a new sound and return it. Here are a couple of sample sounds files. You have to right-click and select "Save Link As..." to download them.

Lab Questions and What to Turn in

As mentioned previously, you have to add comments with your own identification (name, student ID, date). Remember to save the file after you modify it!

How to submit the lab

Exactly like in lab02, you hand in this lab the submit command on the Linux syst ems that are behind the PRISM lab infrastructure. For details on how to submit, please refer to lab02. However, this time please submit to lab04, i.e. issue the command
    submit 1710 lab04 lab04.py
Note: You must do all the above steps correctly for receiving full credit for this lab.