The purpose of this project is to generate sheet music from audio.
-
Take "clean" audio file as input -- generated on computer so all pitches are perfect and there is no background noise. Recognize single notes and output names of those notes.
-
Recognize multiple notes
- Harmonic removal algorithm
- Recognize basic rhythms
- Recognize complex rhythm
- Recognize "dirty" audio files, taken from real recordings
- Python 2.7
- matplotlib
- numpy
- Where are the examples? They are not included in the git repository. You have to run generateExamples.py to create them.

