Skip to content

erinspace/sonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonify!

Take a CSV of data, output sound! Using Python!

Setup

From inside a virtualenv, run:

  • mkvirtualenv --python=python3 sonify
  • python setup.py install

ability to install via pypi coming soon!

Running the examples

There's a jupyter notebook in the examples/ folder. To run those examples, you'll need to install from the example's requirements.txt file.

from inside your virtualenv...

  • pip install -r examples/requirements.txt

For now, there are a few examples in the included jupyter notebook

Start the notebook with:

  • jupyter notebook

About

Use data to create and play MIDI files!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages