r9y9 / pysptk

A python wrapper for Speech Signal Processing Toolkit (SPTK).
http://pysptk.readthedocs.io/en/latest/
Other
439 stars 79 forks source link
digital-signal-processing dsp python python-wrapper speech speech-processing speech-synthesis sptk

pysptk

PyPI Python package Build Status Coverage Status Documentation Status License DOI

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

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

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.