From 510bf7a595fe98b7a9948ca3f944158aa3b6d936 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Wed, 31 Jan 2024 23:44:45 +0300 Subject: [PATCH] bytebeat-render.js: update the main notice --- js-programming/bytebeat-render.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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")