I'm trying to trim off the first 10 milliseconds of a 30+ min file. The trim commands trims it but the output I get is 10 milliseconds. What I want is to keep the end part of the audio file and to get rid of 10 milliseconds of the beginning of the file.
I tried using the command below:
sox input.wav output.wav trim 0 .010