/sonify

Image to sound.

Primary LanguagePythonOtherNOASSERTION

Introduction

sonify A graphical interface for loading images and coverting them into sounds based on the number of pixels present around the color wheel.

screen

Click the gator to hear what is looks like:

gator

Installation

$ python setup.py install

Running the application in a GUI

$ sonify

Importing the module

To use the module functions in other code, import with

from sonify import sonify

Aknowledgements

Special thanks to Zachary Denton for his 'wavebender' module. https://github.com/zacharydenton/wavebender