Fixed incorrect phase inversion behavior in DSP when audio hits +0 dbfs

Normally when DSPing users would want headroom a few db away from 0 dbfs. Was this only an issue that appeared when users were walking the line at the point of clipping?

I believe the changelog is referring to a fix for this longstanding bug:

It is/was an error in the DSP code that caused samples at 0 dBFS to wrap around from the positive half of the waveform to the negative half.

AJ