A python wrapper for Speech Signal Processing Toolkit (SPTK).
NOTE: pysptk is based on a modified version of SPTK (r9y9/SPTK).
- STABLE — most recently tagged version of the documentation.
- LATEST — in-development version of the documentation.
- Introduction notebook: a brief introduction to pysptk
- Speech analysis and re-synthesis: a demonstration notebook for speech analysis and re-synthesis. Synthesized audio examples (English) are available on the notebook.
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.