Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.01 KB

PyPitch

Tests Build status Documentation Status Supported Python versions

PyPitch is a C++-extension in Python to analyse audio streams for pitch.

Setup

Build the extension:

$ python setup.py build_ext --inplace --force

Install it:

$ python -m pip install .

Usage

Import it:

from pypitch import pypitch

Doc

To build the html doc from source::

$ python -m pip install -e .[docs]
$ cd doc
$ make html

or::

$ python -m pip install -e .[docs]
$ python setup.py build_sphinx