1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

add copyleft notices

This commit is contained in:
2024-01-25 20:33:58 +03:00
parent f65917aec9
commit f98cbbaf84
8 changed files with 46 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/*
bytebeat-render.js
Node.JS: Bytebeat generator
Note: Calls `ffmpeg` to convert output raw audio to a WAVE file
@ -7,6 +9,9 @@ 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")