Reducing/removing clipping in SoX when converting the sample rate
问题 I'm using SoX to trim a set of wav files into 16kHz, 16bit, mono channel wav files (which will be subsets of one of the initial wav files). Most of the source wav files are already set to this specification, however, I just found out that some of them have different sample rates. Since it's going to be automated in Java using a ProcessBuilder, I figured I could use the following command: sox <source_wav> -b 16 <dest_wav> channels 1 rate 16000 trim <startTime> =<endTime> and it'll only change