https://github.com/r9y9/pysptk
  
  
    A python wrapper for Speech Signal Processing Toolkit (SPTK). 
    https://github.com/r9y9/pysptk
  
digital-signal-processing dsp python python-wrapper speech speech-processing speech-synthesis sptk
        Last synced: 6 months ago 
        JSON representation
    
A python wrapper for Speech Signal Processing Toolkit (SPTK).
- Host: GitHub
 - URL: https://github.com/r9y9/pysptk
 - Owner: r9y9
 - License: other
 - Created: 2015-08-30T05:40:22.000Z (about 10 years ago)
 - Default Branch: master
 - Last Pushed: 2024-07-16T11:33:16.000Z (over 1 year ago)
 - Last Synced: 2025-05-10T11:16:08.238Z (6 months ago)
 - Topics: digital-signal-processing, dsp, python, python-wrapper, speech, speech-processing, speech-synthesis, sptk
 - Language: Python
 - Homepage: http://pysptk.readthedocs.io/en/latest/
 - Size: 15.3 MB
 - Stars: 441
 - Watchers: 22
 - Forks: 78
 - Open Issues: 7
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE.md
 
 
Awesome Lists containing this project
README
          # pysptk
[](https://pypi.python.org/pypi/pysptk)
[](https://github.com/r9y9/pysptk/actions/workflows/ci.yaml)
[](https://app.travis-ci.com/r9y9/pysptk)
[](https://coveralls.io/github/r9y9/pysptk?branch=master)
[](https://readthedocs.org/projects/pysptk/?badge=latest)
[](LICENSE.md)
[![][docs-stable-img]][docs-stable-url]
[![][docs-latest-img]][docs-latest-url]
[](https://zenodo.org/badge/latestdoi/41618046)
A python wrapper for [Speech Signal Processing Toolkit (SPTK)](http://sp-tk.sourceforge.net/).
**NOTE**: pysptk is based on a modified version of SPTK ([r9y9/SPTK](https://github.com/r9y9/SPTK)).
## Documentation
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*
## Demonstration notebook
- [Introduction notebook](https://nbviewer.org/github/r9y9/pysptk/blob/master/examples/pysptk%20introduction.ipynb): a brief introduction to pysptk
- [Speech analysis and re-synthesis](https://nbviewer.org/github/r9y9/pysptk/blob/master/examples/Speech%20analysis%20and%20re-synthesis.ipynb): a demonstration notebook for speech analysis and re-synthesis. Synthesized audio examples (English) are available on the notebook.
## Installation
The latest release is availabe on pypi and you can install it by:
```bash
pip install pysptk
```
If yout want the latest master, run
```bash
pip install git+https://github.com/r9y9/pysptk
```
or clone the repository and then build it yourself.
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://pysptk.readthedocs.io/en/latest/
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://pysptk.readthedocs.io/en/stable/