Skip to content

jcpyun/tones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

TONES

Contributors
  • John C. Pyun (Carnegie Mellon University Class of 2016)

  • Patrick Yurky (Carnegie Mellon Universtiy Class of 2015)

  • special thanks to Professor Dannenberg.

Sample execute:
Sample code to compile into .wav file:
python createMusic.py blankSpace.txt blank.wav

sample code to play the .wav file:
aplay blank.wav

I might try to use virtualenv for scikit.

I need numpy and scipy.

$ sudo apt-get install python-virtualenv python-pip
$ sudo apt-get build-dep python-numpy python-scipy
$ # Create virtualenv in home
$ virtualenv .myenv
$ # Activate the virtualenv
$ source .myenv/bin/activate
(myenv)$ pip install -U numpy
(myenv)$ pip install -U scipy

now do this after: http://scikit-image.org/download

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages