8000 GitHub - Linkid/python-pypitch: C++-extension in Python to analyse audio streams for pitch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Linkid/python-pypitch

 
 

Repository files navigation

PyPitch

Build Status Build status Documentation Status

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

About

C++-extension in Python to analyse audio streams for pitch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.2%
  • Python 27.8%
0