<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The SoX of Silence</title>
	<atom:link href="http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 16:18:30 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jason</title>
		<link>http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/comment-page-1/#comment-2523</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sun, 21 Mar 2010 16:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://digitalcardboard.com/blog/?p=75#comment-2523</guid>
		<description>Making a batch file would simply be replacing the file parameter with %1 like the following:

&lt;blockquote&gt;sox %1 temp.wav silence 1 0.1 1%% reverse
sox temp.wav trimmed-%1 silence 1 0.1 1%% reverse &lt;/blockquote&gt;

Which would turn your &lt;em&gt;file.wav&lt;/em&gt; into &lt;em&gt;trimmed-file.wav&lt;/em&gt;.
(Note that in order to escape the percent sign for 1%, you&#039;ll need to use two of them)</description>
		<content:encoded><![CDATA[<p>Making a batch file would simply be replacing the file parameter with %1 like the following:</p>
<blockquote><p>sox %1 temp.wav silence 1 0.1 1%% reverse<br />
sox temp.wav trimmed-%1 silence 1 0.1 1%% reverse </p></blockquote>
<p>Which would turn your <em>file.wav</em> into <em>trimmed-file.wav</em>.<br />
(Note that in order to escape the percent sign for 1%, you&#8217;ll need to use two of them)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/comment-page-1/#comment-2513</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 20 Mar 2010 20:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://digitalcardboard.com/blog/?p=75#comment-2513</guid>
		<description>sox in.wav temp.wav silence 1 0.1 1% reverse
sox temp.wav out.wav silence 1 0.1 1% reverse

THANKS : works great for trimming, happy to find I was not the only one looking for an answer !

question : how would you batch it</description>
		<content:encoded><![CDATA[<p>sox in.wav temp.wav silence 1 0.1 1% reverse<br />
sox temp.wav out.wav silence 1 0.1 1% reverse</p>
<p>THANKS : works great for trimming, happy to find I was not the only one looking for an answer !</p>
<p>question : how would you batch it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/comment-page-1/#comment-1410</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 24 Jan 2010 21:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://digitalcardboard.com/blog/?p=75#comment-1410</guid>
		<description>This post was extremely useful. Thanks a million.</description>
		<content:encoded><![CDATA[<p>This post was extremely useful. Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Scanner Recorder (rev 3) &#171; mochaRHW Linux Blog</title>
		<link>http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/comment-page-1/#comment-1211</link>
		<dc:creator>Linux Scanner Recorder (rev 3) &#171; mochaRHW Linux Blog</dc:creator>
		<pubDate>Fri, 04 Dec 2009 07:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://digitalcardboard.com/blog/?p=75#comment-1211</guid>
		<description>[...] also learned a lot more about how to use the &#8220;silence&#8221; option in sox thanks to this blog post which I suggest you read to understand how to tweak the parameters.  The way I hardcoded the [...]</description>
		<content:encoded><![CDATA[<p>[...] also learned a lot more about how to use the &#8220;silence&#8221; option in sox thanks to this blog post which I suggest you read to understand how to tweak the parameters.  The way I hardcoded the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mocha</title>
		<link>http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence/comment-page-1/#comment-1208</link>
		<dc:creator>mocha</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://digitalcardboard.com/blog/?p=75#comment-1208</guid>
		<description>This is excellent.  Just what I was looking for thanks!</description>
		<content:encoded><![CDATA[<p>This is excellent.  Just what I was looking for thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
