JUCE filter has popping/clip sound

  • the result of filtering channel 2 is lost, because it’s assigned to channel 1
  • the same filter is used for both channels, which will lead to discontinuities - instead, keep a separate state/filter per channel

There’s more info here: