harper

Audio and music tools for python


Install
pip install harper==0.4.5

Documentation

harper

Build Status

Build Status

harper is an digital signal and music library. Tooling consists of a strong base class for storing and operating on audio data (the Signal) as well as some common transformation and filters for digital signals. The music components of the library include some pre-defined tools for particular notes, scales, and chords.

Install

harper uses pyalsaaudio under the hood and therefore requires some alsa dependencies to run. On ubuntu, this is addressed by running sudo apt-get -y install libasound2-dev

then run pip install harper