diff --git a/js-programming/bytebeat-render.js b/js-programming/bytebeat-render.js index 19d1cd7..102d1b9 100644 --- a/js-programming/bytebeat-render.js +++ b/js-programming/bytebeat-render.js @@ -1,18 +1,18 @@ /* -bytebeat-render.js - -Node.JS: Bytebeat generator - -Note: Calls `ffmpeg` to convert output raw audio to a WAVE file - -Warning: The current result is quick and dirty. Not for educational or -production purposes. - -To-Do: Fix signed bytebeat and floatbeat - -Author: Intel A80486DX2-66 -License: Creative Commons Zero 1.0 Universal -*/ + * bytebeat-render.js [Node] + * + * Node.JS: Bytebeat generator + * + * Note: Calls `ffmpeg` to convert output raw audio to a WAVE file + * + * Warning: The current result is quick and dirty. Not for educational or + * production purposes. + * + * To-Do: Fix signed bytebeat and floatbeat + * + * Author: Intel A80486DX2-66 + * License: Creative Commons Zero 1.0 Universal + */ const { appendFileSync, unlinkSync, writeFileSync } = require("fs") const { tmpdir } = require("os")