GithubHelp home page GithubHelp logo

chenchy / psola Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diguo2046/psola

0.0 2.0 0.0 53 KB

Python package implementing the TD-PSOLA algorithm for speech processing

License: MIT License

Python 100.00%

psola's Introduction

psola

Build Status Coverage Status Code Climate Issue Count

Implements the TD-PSOLA algorithm.

Requirements

  • Numpy
  • Matplotlib
  • Scipy

Basic Usage

Install from PyPI

pip install psola

or from the source directory

python setup.py install

and use the command line script to interface with the package

psola_exec ...

Project Structure

psola
│
└───psola (source code)
│   │   experiment_config.py (define parameters for a run)
│   │   errors.py (project specific exceptions)
│   │   
│   └───exec (holds executables)
│   │   │   psola_exec (main script to run PSOLA implementation)
│   │   
│   └───pitch (modules for estimating and marking pitch)
│   │   │   estimation.py (estimates pitch for a speech time series)
│   │   │   mark.py (marks pitch periods)
│   │   │   pitch_config.py (holds data and experiemental params)
│   │
│   └───plot (plotting routines)
│   │
│   └───utilities (functions not explicitly part of PSOLA)
│   │   │   low_pass_filter.py (implements a standard LPF)
│   │   │   center_clipping.py (center clipping for spectral whitening)
│   │
│   └───voice (detecting voiced and unvoiced regions)
│   │   │   detection.py (segments voiced and unvoiced regions)
│
└───tests (unit tests)
│   
└───docs (documentation)

psola's People

Contributors

jcreinhold avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.