Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.73 KB

pysptk

PyPI Build Status Build status Coverage Status Documentation Status License

A python wrapper for Speech Signal Processing Toolkit (SPTK).

NOTE: pysptk is based on a modified version of SPTK (r9y9/SPTK).

Documentation

See http://pysptk.readthedocs.org/ for the complete documentation.

Demonstration notebook

Installation

The latest release is availabe on pypi and you can install it by:

pip install pysptk

If yout want the latest master, run

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

or clone the repository and then build it yourself.