Skip to content
/ pitchy Public

A small python script that allows you to register input with the pitch of a sound.

License

Notifications You must be signed in to change notification settings

elvodqa/pitchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitchy

A small python script that allows you to register input with the pitch of a sound.

Installation

Clone and use the package manager pip to install required packages.

git clone https://github.com/elvodqa/pitchy
cd pitchy
pip install -r requirements.txt

Usage

python pitchy.py

Setting up config

Setting up a config is really easy. For example, adding option to press K between 100 and 1000 pitch values is

{
    "key_map": [
        {
            "key": "K",
            "min": 100,
            "max": 1000    
        }
    ]    
}

About

A small python script that allows you to register input with the pitch of a sound.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages