I want to be able to merge multiple midi files and wav files and produce single wav or mp3 file in Python or C. Is there a library that does this? Do I have to first convert MIDI to wav and then merge wav files together? I know there are libraries out there for Python that does that, but I didn't know if there's a way to do it with MIDI and wav.
Also, how expensive is this operation? I would rather do this in Python, but if it's better to do it in C, I know C so I'd be open to that also.
Thanks,
David