View Single Post
  #5  
Old 2005-06-03, 07:45 AM
Beleaguered's Avatar
Beleaguered Beleaguered is offline
 
Join Date: Nov 2004
Re: 2 Second Gap....

There's a command-line program called SoX that you can use to automatically trim silence from the beginning/end of a file. But if you are not comfortable something like this
Code:
sox infile tmpfile silence 1 0:0:0.01 -55d reverse
sox tmpfile outfile silence 1 0:0:0.01 -55d reverse
then I suggest sticking to a graphical wave editor. If you've got a lot of files, sox can be a real time saver.
__________________
"If it weren’t for the Buzzcocks, who knows, we might sound like Good Charlotte…oh they’re good, it just sounds like…well, it tastes like a popsicle that’s been stuck up somebody’s ass, but that’s my opinion. Some people are into that, who am I to say? " -Eddie Vedder, Madison Square Garden, August 2003
Reply With Quote Reply with Nested Quotes