song

0.0.3 • Public • Published

song

Sing songs in node.js with a synthesized voice.

example

var sing = require('song')();
sing([
    {
        note : 'E3',
        durations : [ { beats : 0.3, text : 'hello' } ]
    },
    {
        note : 'F#4',
        durations : [ { beats : 0.3, text : 'cruel' } ]
    },
    {
        note : 'C3',
        durations : [ { beats : 0.3, text : 'world' } ]
    },
]);

install

First install festival

Then install with npm:

npm install -g song

You'll then have a song command to sing json files and an npm package.

/song/

    Package Sidebar

    Install

    npm i song

    Weekly Downloads

    6

    Version

    0.0.3

    License

    MIT/X11

    Last publish

    Collaborators

    • nopersonsmodules