meSing.js : JavaScript Singing Synthesis Library

    meSing.js : JavaScript Singing Synthesis Library

    meSing.js is a JavaScript singing synthesis library that uses the Web Audio API’s DSP capabilities in conjunction with the meSpeak.js speech synthesis library to provide a vocal synthesizer for the web. First, the lyrics with corresponding MIDI notes are parsed and fed to meSpeak.js; the resulting text-to-speech output is then converted into a series of AudioBufferSourceNodes, which are subsequently processed and adjusted for pitch, rhythm, and expression.

    Leave a Reply