artemik / notes-recognizer

Recognizes notes in audio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Recognizes notes in audio.

License:Apache License 2.0


Languages

Language:Java 100.0%