Classic → My Gate converter

Inputs — classic noise gate
Linear amplitude: 0.003162
Closed gain: 20%
Live meter (optional)
Input level (approx dBFS)
Gate gain (%)
Waveform (pre‑gate) with threshold
open
Tip: aim for speech peaks crossing the threshold, while noise sits within the band.
Tip: set Range for how deep your gate closes. Classic gates often call this Range or Depth. The rest maps 1:1.
Outputs — what your code expects
URL params / compact settings string
?noisegate=1&noisegatesettings=-50,1,100,10,20
Individual values
{
  thresholdDb: -50,
  attackMs: 1,
  releaseMs: 100,
  holdMs: 10,
  closedGainPercent: 20
}