Skip to content

Instantly share code, notes, and snippets.

@polyzium
Created August 18, 2024 01:09
Show Gist options
  • Select an option

  • Save polyzium/fe7ac9b1d0dfff2a7ab00b5f66759b93 to your computer and use it in GitHub Desktop.

Select an option

Save polyzium/fe7ac9b1d0dfff2a7ab00b5f66759b93 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
t==0?(
// Initialize
RESP_INC = 7,
RESP_DEC = 20,
RESP_PREC = 8,
LPF_STRENGTH = 100,
// RESP_INC = 1,
// RESP_DEC = 1,
// RESP_PREC = 10,
// LPF_STRENGTH = 140,
response = 0,
level = 0,
lastbit = false,
pcm = [],
flastlevel = 0,
lpflevel = 0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment