k2kobayashi / Shifter

Pitch shifter using WSOLA and resampling implemented by Python3
37 stars 8 forks source link
signal-processing speech speech-processing voice-control voice-conversion

NAME

Shifter - a command line tool for F0 transformation of a waveform based on WSOLA and resampling

DESCRIPTION

Shifter is a command line tool to transform F0 without using a vocoding framework. The F0 transformation is implemented with WSOLA (Waveform Similarity-based Over-Lap Add) [1] and resampling.

USAGE

When the F0 transformation rate set to 2.0, please run a following command

shifter -f0rate 2.0 in.wav out.wav

INSTALLATION

REQUIREMENTS

MANUAL

Grab a copy of Shifter:

git clone git://github.com/k2kobayashi/shifter.git

Install as a command line tool

python setup.py install

KNOWN ISSUES

REPORTING BUGS

For any questions or issues please visit:

https://github.com/k2kobayashi/shifter/issues

AUTHORS

Shifter was originally written by Kazuhiro KOBAYASHI.

COPYRIGHT

Copyright © 2017 Kazuhiro KOBAYASHI

Released under the MIT license

https://opensource.org/licenses/mit-license.php