yoshiwarab/CS-4500-Semester-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
--------------------------------------------------------------
CS4500 Fall 2013
--------------------------------------------------------------
Assignment 8
Semester Project
--------------------------------------------------------------
Team Members:
--------------------------------------------------------------
Arvin Wibisono <arvindeva@gmail.com>
Ben Yoshiwara <yoshiwara.b@gmail.com>
Bobby Deng <bdeng09@gmail.com>
Seydi Sy <syseydi@gmail.com>
--------------------------------------------------------------
Compiling and Running Rapid Prototype:
--------------------------------------------------------------
-The prototype is run on the command line.
-It can be run on any CCIS Linux machines.
-The prototype input takes two files or directories.
-A file can be a file in WAVE or MP3 format
or a folder containing files in the WAVE or MP3 format.
On a CCIS Linux Machine:
To Compile:
1. cd into the src directory of our project folder
and run the command:
$ chmod +x p4500
2. In the src directory run the command:
$ python -m compileall .
To Run:
1. Make sure you are in the src directory of our project
directory.
2. Make sure the file p4500 has executable permissions.
3. Execute the following command:
$ ./p4500 [options] <pathname> [options] <pathname>
- Enter either -f for WAV/MP3 file,
or -d for a directory containing the WAV/MP3 files.
- <pathname> is the path of the directory or file that already exists.
The command will look like one of the following:
./p4500 -f <pathname> -f <pathname>
./p4500 -f <pathname> -d <pathname>
./p4500 -d <pathname> -f <pathname>
./p4500 -d <pathname> -d <pathname>
--------------------------------------------------------------
Third Party Software Used:
--------------------------------------------------------------
numpy
scipy
LAME executable