pysptk 1.0.1


pip install pysptk

  Latest version

Released: Jun 29, 2024

Project Links

Meta
Author: Ryuichi Yamamoto

Classifiers

Operating System
  • Microsoft :: Windows
  • POSIX
  • Unix
  • MacOS

Programming Language
  • Cython
  • Python
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11

License
  • OSI Approved :: MIT License

Topic
  • Scientific/Engineering
  • Software Development

Intended Audience
  • Science/Research
  • Developers

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

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-development version of the 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.

No dependencies