Welcome to CS1315. Click on the python to add comments.
This page removed for FERPA compliance
Homework 4- Fall 2007
Due: Monday October 29th, 2007 at 7:00 PM (with grace period to 11:45 PM).
Do not forget your Collaboration Statement.
REMOVEDoween Soundtrack
For this assignment you will be making a spooky sound file, like one that would be used in a haunted house. You may be as original as you like, your only constraints are:
You must name your file hw4.py (case-sensitive).
You must name your function spookySound() and take no input parameters.
You must use getMediaPath(), but not have setMediaPath() anywhere in your functions.
You must use at least two functions.
You must use at least six sound files and only use some samples from three of those.
Your final sound must be between 30 and 120 seconds in length.
You must perform at least 5 changes to your sounds, including, but not limited to:
* Normalizing
* Reversing
* Changing the volume
* Changing the frequency
* Blending
* Adding
* Mirroring
You must create a blank sound in one of your functions.
You must not use play() in your function, but instead use return.
5 points: Most creative in each TA's grading section.
Important note: To be considered for this extra credit, you must put a note after your Collaboration Statement that says you would like to be considered for this extra credit. If you ask to be considered and your sound matches someone else's, you will lose 5 points.
10 points: Most creative in the whole class (same rule)
Please submit any sound files that you find on your own, along with your code on T-square.
How your TA will grade:
Download your code and any extra sounds you used from T-square.
Put your sounds in the same file as the other sounds.