mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 17:32:05 +05:30
bytebeat-render.js: comment 24: "change" -> "enable"
This commit is contained in:
parent
64702d0ebf
commit
ac9bdfdd75
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user