Wasted-Audio / wav-to-midi

Converts a pcm sound file (e.g. .wav) to a midi file (.mid)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wav-to-midi_a3

This program requires the .a and .h-files of https://github.com/craigsapp/midifile.git to be put in the appropriate directories under e.g. /usr/local.

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.

About

Converts a pcm sound file (e.g. .wav) to a midi file (.mid)

License:Apache License 2.0


Languages

Language:C++ 83.8%Language:CMake 16.2%