Possible Duplicate:
Need a library that generates WAVE from Midi
I'm building a system that creates MIDI files using information retrieved from a database. Then MIDI is converted into .wav file and the .wav file is send to a web client.
I'm able to create MIDI files, but I can not synthesize them into wav. I'm able to send .wav files and use in client (front) side.
Can anyone help me with part of synthesizing a MIDI in .wav file. Any library, toolkit or api based in .net?
ps: i'm using pcm uncompressed to wav format.
