pyreaper

A python wrapper for REAPER (Robust Epoch And Pitch EstimatoR).

https://github.com/r9y9/pyreaper

Installation guide

The latest release is availabe on pypi. You can install it by:

pip install pyreaper

Note that you have to install numpy to build C-extensions.

If yout want the latest development version, assuming you have cython installed, run:

pip install git+https://github.com/r9y9/pysptk

or:

git clone https://github.com/r9y9/pyreaper
cd pyreaper
git submodule --init --recursive
python setup.py develop # or install

This should resolve the package dependencies and install pyreaper property.

API

pyreaper.reaper(x, fs[, minf0, maxf0, …]) REAPER (Robust Epoch And Pitch EstimatoR)

Indices and tables