Skip to content

artemik/notes-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes Recognizer 1.0

Start date: 2013

This is my research project in music notes recognition. The application allows you to convert .wav files into .midi files. The algorithm recognizes and gives you list of notes with their startTime/duration information. Any digital audio workstations can read such .midi files.

Example

Input: RiversFlowInYou.wav

Output: RiversOut1400.midi

Main window

The current alghotihm is pretty weak. But anyway you can test the application with an example file RiversFlowInYou.wav that you can find in the example folder and check out a nice result. But, I've found out very interesting approaches recently. That's why a very strong algorithm is on the way! This includes Hidden Markov Models, MFCC and clusterization. I'll publish it very soon. Stay tuned!

You need xmlgraphics to compile the project.