Martin Guy - 2025-07-10

You can split the track into separate channels, normalize each and then reunite them:

sox in.wav left.wav remix 1 norm
sox in.wav right.wav remix 2 norm
sox -M left.wav right.wav out.wav

There is also gain -n with -e or -B or -b to equalize all channels to the same maximum level. We could also add -e, -B and -b to the norm effect.
https://codeberg.org/sox_ng/sox_ng/issues/512

 

Last edit: Martin Guy 2025-07-10