mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-11-10 06:42:02 +05:30
bytebeat-render.js: update the main notice
This commit is contained in:
parent
33c341f7e8
commit
510bf7a595
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user