Wav To Midi Function 18.09.08
(After cancelling two times with two different programmers, we open the same project again.)
We need a sound recognition function which can convert any WAV file with recorded human voice to a MIDI file. It means that
Which means clearly that the function will convert the voice.wav file to voice.mid file and when we play these two files, we will hear approximately same melody.
There will be no user interface, all we need is an executable which will run in invisible mode and convert our WAV file to MIDI file.
We want to call this executable with 3 parameters:
wavtomidi.exe input.wav output.mid TSndRgnForm
input.wav and output.mid files are the input and the program output file. 3rd parameter is the window class name of our software. WavToMidi.exe file will send a wm_user+1001 message to this classname, to inform that the conversion is accomplished.
(We have a very simple human voice recorded with windows recorder. You can add more test yourself.)



