<?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: Too Many Podcasts, Too Little Time&#8230;</title>
	<atom:link href="http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/</link>
	<description>Xoke&#039;s Small Area of the Net</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:36:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: chattr</title>
		<link>http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/comment-page-1/#comment-130</link>
		<dc:creator>chattr</dc:creator>
		<pubDate>Wed, 06 Jan 2010 23:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://xoke.org/?p=279#comment-130</guid>
		<description>simple suggestion: use double quotes

code: for currfile in $list

change to: for currfile in &quot;$list&quot;

double quoting will handle filenames with spaces</description>
		<content:encoded><![CDATA[<p>simple suggestion: use double quotes</p>
<p>code: for currfile in $list</p>
<p>change to: for currfile in &#8220;$list&#8221;</p>
<p>double quoting will handle filenames with spaces</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Harbour (Krayon)</title>
		<link>http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/comment-page-1/#comment-108</link>
		<dc:creator>Todd Harbour (Krayon)</dc:creator>
		<pubDate>Sun, 04 Oct 2009 13:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://xoke.org/?p=279#comment-108</guid>
		<description>&quot;This means HPR069.mp3 becomes zHPR069.mp3.ogg which is a little annoying, bu    t not a huge problem.&quot;

Don&#039;t forget if you want to trim the extra mp3 part off you can always do one of these:

If you&#039;re running it through bash:
  sox $currfile z${currfile%%.*}.ogg tempo $incspeedby

Or for (some/most?) other shells:
  sox $currfile z`basename $currfile .mp3`.ogg tempo $incspeedby

The advantage of using bash and (therefore) the first option is as you don&#039;t have to specify the ORIGINAL extension, you can simply combine your 2 conversion loops into 1, looking for all ogg and mp3.

I didn&#039;t realise sox could do this btw, so thanks :)</description>
		<content:encoded><![CDATA[<p>&#8220;This means HPR069.mp3 becomes zHPR069.mp3.ogg which is a little annoying, bu    t not a huge problem.&#8221;</p>
<p>Don&#8217;t forget if you want to trim the extra mp3 part off you can always do one of these:</p>
<p>If you&#8217;re running it through bash:<br />
  sox $currfile z${currfile%%.*}.ogg tempo $incspeedby</p>
<p>Or for (some/most?) other shells:<br />
  sox $currfile z`basename $currfile .mp3`.ogg tempo $incspeedby</p>
<p>The advantage of using bash and (therefore) the first option is as you don&#8217;t have to specify the ORIGINAL extension, you can simply combine your 2 conversion loops into 1, looking for all ogg and mp3.</p>
<p>I didn&#8217;t realise sox could do this btw, so thanks <img src='http://xoke.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slmingol</title>
		<link>http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/comment-page-1/#comment-107</link>
		<dc:creator>slmingol</dc:creator>
		<pubDate>Fri, 02 Oct 2009 06:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://xoke.org/?p=279#comment-107</guid>
		<description>I did a similar thing and wrote it up on my blog. I used a program called soundstretch which eliminated the chipmunk effect. You can read about it here on my blog:

http://www.lamolabs.org/blog/2103/speeding-up-the-playback-of-audio-podcasts/</description>
		<content:encoded><![CDATA[<p>I did a similar thing and wrote it up on my blog. I used a program called soundstretch which eliminated the chipmunk effect. You can read about it here on my blog:</p>
<p><a href="http://www.lamolabs.org/blog/2103/speeding-up-the-playback-of-audio-podcasts/" rel="nofollow">http://www.lamolabs.org/blog/2103/speeding-up-the-playback-of-audio-podcasts/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xoke (xoke) 's status on Monday, 28-Sep-09 17:44:33 UTC - Identi.ca</title>
		<link>http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/comment-page-1/#comment-104</link>
		<dc:creator>Xoke (xoke) 's status on Monday, 28-Sep-09 17:44:33 UTC - Identi.ca</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://xoke.org/?p=279#comment-104</guid>
		<description>[...]  http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/        a few seconds ago  from  choqoK [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/" rel="nofollow">http://xoke.org/2009/09/28/too-many-podcasts-too-little-time/</a>        a few seconds ago  from  choqoK [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
