Remove sections of audio in SoX

2

What's the easiest way to remove the specified sections of a wav file using SoX? Right now I use the trim command to break up the file and then concatenate the parts. However, that seems a little tedious and backwards since trim takes a section of audio and copies it to a new file, so I have to trim the opposite of the the sections that I specify to remove, and then concatenate those. Any help appreciated, thanks!

Guest

Posted 2015-08-07T15:18:30.163

Reputation: 21

No answers