folkertvanheusden / wav-to-midi

Converts a pcm sound file (e.g. .wav) to a midi file (.mid)
Apache License 2.0
3 stars 5 forks source link

wav-to-midi_a3

To clone it:

git clone https://github.com/folkertvanheusden/wav-to-midi.git
cd wav-to-midi
git submodule update --init --recursive

To build it:

This program requires the libsndfile1-dev libfftw3-dev packages.

mkdir build && cd build
cmake ../
make

To run it:

./wtm3 -i test.wav -o test.mid -a

-a is optional but it gives the best results.

copyright

This program was written by Folkert van Heusden mail@vanheusden.com and released under the apache license v2.0.