Skip to content

24/7 program that starts recording when a piano is playing.

License

Notifications You must be signed in to change notification settings

jcbrockschmidt/24-7-piano-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

24/7 Piano Recorder

24/7 program that starts recording when a piano is playing.

Setup

sudo apt install portaudio19-dev
pip install -r requirements.txt

Use

Find input device

To find the index of the desired input device, run

python list_devices.py

Listen for recordings

In listen.py, set DEVICE_INDEX to the desired input device index. Then to start listening for recordings, run

python listen.py

To stop listening for recordings, simply kill the script.

About

24/7 program that starts recording when a piano is playing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages