Server side midi to .wav

Started by
3 comments, last by loachman 15 years, 7 months ago
I was wondering if anyone knew a solution to a server-side .midi to .wav converter? Or if they are any open source packages to make this a little easier to achieve? Thanks
Advertisement
How do you mean?

Does someone upload a midi (from a web page) and it comes back converted?
Yes something along those lines.
TiMidity++ can convert midi to wav.
according to this blog post you need to call it like this:
timidity input.mid -Ow -o out.wav

With TiMidity installed on the server the rest shouldn't be problem.
Thanks. Just what I what I needed.

This topic is closed to new replies.

Advertisement