Shifter - a command line tool for F0 transformation of a waveform based on WSOLA and resampling
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.
When the F0 transformation rate set to 2.0, please run a following command
shifter -f0rate 2.0 in.wav out.wav
Grab a copy of Shifter:
git clone git://github.com/k2kobayashi/shifter.git
Install as a command line tool
python setup.py install
For any questions or issues please visit:
https://github.com/k2kobayashi/shifter/issues
Shifter was originally written by Kazuhiro KOBAYASHI.
Copyright © 2017 Kazuhiro KOBAYASHI
Released under the MIT license