Take a CSV of data, output sound! Using Python!
From inside a virtualenv, run:
mkvirtualenv --python=python3 sonify
python setup.py install
ability to install via pypi coming soon!
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