mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
bytebeat-render.js: comment 24: "change" -> "enable"
This commit is contained in:
@@ -21,7 +21,7 @@ const { basename } = require("path")
|
|||||||
|
|
||||||
let BUFFER_SIZE = 65536 // feel free to change this
|
let BUFFER_SIZE = 65536 // feel free to change this
|
||||||
const LIGHTNING_MODE = false // disables sequential file write optimization,
|
const LIGHTNING_MODE = false // disables sequential file write optimization,
|
||||||
// feel free to change this
|
// feel free to enable this
|
||||||
|
|
||||||
const SAMPLE_RATE = 8000 // feel free to change this
|
const SAMPLE_RATE = 8000 // feel free to change this
|
||||||
const SECONDS = 30 // feel free to change this
|
const SECONDS = 30 // feel free to change this
|
||||||
|
|||||||
Reference in New Issue
Block a user