I'm doing batch conversion of bit depth and sample rate with SoX using the following command:
sox -G $infile -b 16 $outfile rate 44100 dither
I'm using the -G flag to prevent clipping in the converted files, but for some files I still get the warning:
sox.exe WARN dither: dither clipped 1 samples; decrease volume?
Why might this still be happening?