Hello, I've created a mml to mp3 service which you can try out here:
https://mml.vampi.techHere is Mary Had a Little Lamb:
https://mml.vampi.tech/?mml=t140%20o5l8 ... %3Eb%3Cgc4It uses
mml2smf to parse the MML, (
see here for flavor of MML),
timidity, and
lame.
Here is the
source code.
Because of the really simple MML flavor, which is meant to consist of one-liners only, there is no voice selection and everything is the default piano. If anyone can find a MML to SMF (
Code:
.mid
) converter with a more ample flavor, I might switch to that. For now it's a quick hack, took me a few hours to make it and I'm fairly happy for my needs. I need it for a livestream TTS widget, to add music support to it as a toy.