1.1.0 • Published 11 years ago
baudio-live v1.1.0
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