Skip to content

A python algorithm to change the pitch of the voice in real time

License

Notifications You must be signed in to change notification settings

pprablanc/ppsrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-pitch-shifting-RT

A python algorithm to change the pitch of the voice in real time. It is also possible to control the pitch shifting rate in real time in the command line interface.

Requirements

  • pyaudio
  • readchar

Installation

git clone https://github.com/pprablanc/ppsrt.git
cd ppsrt
pip install -e .

Usage

In the terminal:

cd ppsrt
./ppsrt.py

In the terminal interface, you can increase/decrease the pitch shift of the voice with '+'/'-' keys respectively. To leave the program, hit space twice.

Warnings

If you use this program within Spyder IDE, you might have problems with readchar. It is recommended to use it in a standard terminal.

Releases

No releases published

Packages

No packages published

Languages