https://github.com/fofix/python-pypitch
C++-extension in Python to analyse audio streams for pitch
https://github.com/fofix/python-pypitch
audio cython pitch python
Last synced: 6 months ago
JSON representation
C++-extension in Python to analyse audio streams for pitch
- Host: GitHub
- URL: https://github.com/fofix/python-pypitch
- Owner: fofix
- License: gpl-2.0
- Created: 2019-12-21T23:00:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T19:51:20.000Z (about 3 years ago)
- Last Synced: 2024-08-11T10:09:27.003Z (almost 2 years ago)
- Topics: audio, cython, pitch, python
- Language: C++
- Homepage: https://pypi.org/project/pypitch/
- Size: 50.8 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPitch
[](https://github.com/fofix/python-pypitch/actions?query=workflow:Tests)
[](https://ci.appveyor.com/project/Linkid/python-pypitch)
[](http://pypitch.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.python.org/pypi/pypitch)
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