Skip to content
  • Timothy B. Terriberry's avatar
    Use clipping prevention on 16-bit decode paths. · bf06c4f2
    Timothy B. Terriberry authored
    When we decode using libopus's fixed-point APIs, libopus internally
     applies soft clipping prevention.
    When we decode using libopus's floating-point APIs, this behavior
     is disabled.
    If we're ultimately planning to output the data to the user in
     fixed-point, we need to apply the clipping prevention ourselves.
    bf06c4f2