1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-14 02:15:53 +05:30

bytebeat-render.js: update the main notice

This commit is contained in:
Intel A80486DX2-66 2024-01-31 23:44:45 +03:00
parent 33c341f7e8
commit 510bf7a595
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

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