1.1.0 • Published 11 years ago

baudio-live v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

baudio-live

npm install baudio-live -g

Usage

Given a file music.js like

module.exports = function (t) {
    return sin(t, 300) + sin(t,309)
}

And the command:

baudio-live music.js

It will output the music and update it if you are changing that file.

You can save the sounds with the -o option:

baudio-live music.js -o awesome.wav
1.1.0

11 years ago

1.0.0

11 years ago