baudio-live
v1.1.0
Published
CLI for live updating baudio music
Downloads
8
Readme
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