Audio Bit Zero filler


Input

Status
No file selected

Processor

  1. Convert to float32 [-1,1] source
  2. Emulate bits integer sound
    (data[sample] = Math.round(floatData[sample] * scale))
  3. Fill bits of LSB with zero
    (data[sample] = data[sample] >> bits << bits)
  4. Restore to float32 [-1,1] source
    (floatData[sample] = data[sample] / scale)

Process result

Status
Not processed

Equality check result

Output Player

/Unknown[sec]

Recording (Export)