-
Notifications
You must be signed in to change notification settings - Fork 1
pranav/cs4500
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Team Members ------------ Eric Chin <[email protected]> David Corbett <[email protected]> Pranav Gandhi <[email protected]> Daniel Moran <[email protected]> Usage ----- To run our software on the CCIS Linux machines, `cd` into the directory containing this software's executable and execute a command of one of the following forms: $ ./p4500 -f <path> -f <path> $ ./p4500 -f <path> -d <path> $ ./p4500 -d <path> -f <path> $ ./p4500 -d <path> -d <path> where `<path>` is a Linux path name for a file or directory on the CCIS shared file system. If the `<path>` is preceded by the "-f" option, then the `<path>` must lead to a file that is in either WAVE or MP3 format. If the `<path>` is preceded by the "-d" option, then the `<path>` must lead to a directory whose contents consist entirely of files in WAVE or MP3 format. Third Party Software Used ------------------------- * Python 2.7 and several modules installed on the CCIS Linux machines ** `audioop` ** `math` ** `mutagen.mp3` ** `numpy` ** `numpy.fft` ** `os` ** `random` ** `scipy.io.wavfile` ** `scipy.fftpack.realtransforms` ** `scipy.signal` ** `struct` ** `subprocess` ** `sys` ** `tempfile` ** `unittest` ** `wave` ** `re`
About
Repository for the CS4500 Project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published