Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artemik/notes-recognizer

Recognizes notes in audio.
https://github.com/artemik/notes-recognizer

audio-recognition digital-audio-workstation fourier-transform gui midi

Last synced: 18 days ago
JSON representation

Recognizes notes in audio.

Awesome Lists containing this project

README

        

# 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](https://github.com/artemik/notes-recognizer/blob/master/example/RiversFlowInYou.wav)

**Output:** [RiversOut1400.midi](https://github.com/artemik/notes-recognizer/blob/master/example/RiversOut1400.midi)

![Main window](https://github.com/artemik/notes-recognizer/blob/master/example/Main.jpg)

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.