<?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: Homegrown Audio Books and iPod</title>
	<atom:link href="http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/feed/" rel="self" type="application/rss+xml" />
	<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/</link>
	<description>In Soviet Canuckistan, Blogs Read You!</description>
	<lastBuildDate>Wed, 09 May 2012 23:16:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jason L. Froebe</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-39780</link>
		<dc:creator>Jason L. Froebe</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-39780</guid>
		<description>You can do the same thing without iTunes (might be useful for batch processing of mp3s -&gt; m4b w/chapters):

Even though it says for Linux, it&#039;ll work on OSX, MS Windows, *BSD, etc.

How to create an iTunes/iPod compatible audiobook (MPEG4 m4b) on Linux using MP4Box and mp4v2:  http://froebe.net/blog/2009/12/24/how-to-create-an-itunesipod-compatible-audiobook-mpeg4-m4b-on-linux-using-mp4box-and-mp4v2-v1-9-1-it-can-be-done/

Hope this helps

jason</description>
		<content:encoded><![CDATA[<p>You can do the same thing without iTunes (might be useful for batch processing of mp3s -&gt; m4b w/chapters):</p>
<p>Even though it says for Linux, it&#8217;ll work on OSX, MS Windows, *BSD, etc.</p>
<p>How to create an iTunes/iPod compatible audiobook (MPEG4 m4b) on Linux using MP4Box and mp4v2:  <a href="http://froebe.net/blog/2009/12/24/how-to-create-an-itunesipod-compatible-audiobook-mpeg4-m4b-on-linux-using-mp4box-and-mp4v2-v1-9-1-it-can-be-done/" rel="nofollow">http://froebe.net/blog/2009/12/24/how-to-create-an-itunesipod-compatible-audiobook-mpeg4-m4b-on-linux-using-mp4box-and-mp4v2-v1-9-1-it-can-be-done/</a></p>
<p>Hope this helps</p>
<p>jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-8022</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 23:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-8022</guid>
		<description>JH : No suggestions at this point, I&#039;ll try to re-work this when I get some more material to change around.

Naisioxerloro:  Which design, the layout and blog design or the diagram of the original process? The layout is a modification of the seashore theme you can find at http://wpthemeshop.com/free-themes/ , the diagram was made using Omni Graffle Pro from the Omni Group ( http://www.omnigroup.com/ )</description>
		<content:encoded><![CDATA[<p>JH : No suggestions at this point, I&#8217;ll try to re-work this when I get some more material to change around.</p>
<p>Naisioxerloro:  Which design, the layout and blog design or the diagram of the original process? The layout is a modification of the seashore theme you can find at <a href="http://wpthemeshop.com/free-themes/" rel="nofollow">http://wpthemeshop.com/free-themes/</a> , the diagram was made using Omni Graffle Pro from the Omni Group ( <a href="http://www.omnigroup.com/" rel="nofollow">http://www.omnigroup.com/</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naisioxerloro</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-6865</link>
		<dc:creator>naisioxerloro</dc:creator>
		<pubDate>Wed, 28 Nov 2007 15:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-6865</guid>
		<description>Hi. 
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JH</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-2149</link>
		<dc:creator>JH</dc:creator>
		<pubDate>Fri, 12 Oct 2007 06:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-2149</guid>
		<description>I did the mpg123 -s input.mp3 &#124; faac -b 80 -P -X -w -o output.m4b - thing, but my resulting file sounds like donald duck, i.e. the speech is speeded up. 

So I tried fiddeling with the mpg123 program, and found that if i use 

mpg123 -r 48000 --stereo 

it sounds correct, except that lots of clicks gets in the audio.

Don&#039;t know what to do about it. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I did the mpg123 -s input.mp3 | faac -b 80 -P -X -w -o output.m4b &#8211; thing, but my resulting file sounds like donald duck, i.e. the speech is speeded up. </p>
<p>So I tried fiddeling with the mpg123 program, and found that if i use </p>
<p>mpg123 -r 48000 &#8211;stereo </p>
<p>it sounds correct, except that lots of clicks gets in the audio.</p>
<p>Don&#8217;t know what to do about it. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttkb &#187; Blog Archive &#187; Convert MP3&#8217;s to M4A</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-1486</link>
		<dc:creator>ttkb &#187; Blog Archive &#187; Convert MP3&#8217;s to M4A</dc:creator>
		<pubDate>Wed, 03 Oct 2007 16:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-1486</guid>
		<description>[...] seems to work fine (The article specified Mac OSX, but it works fine on my Debian box. Just apt-get mpg123), but I&#8217;m still [...]</description>
		<content:encoded><![CDATA[<p>[...] seems to work fine (The article specified Mac OSX, but it works fine on my Debian box. Just apt-get mpg123), but I&#8217;m still [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-106</link>
		<dc:creator>Abel</dc:creator>
		<pubDate>Fri, 20 Apr 2007 15:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-106</guid>
		<description>I&#039;m not so &#039;pc savvy&#039;. so How do you rename the file to m4b when windows won&#039;t let you see the file extension like the old days?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not so &#8216;pc savvy&#8217;. so How do you rename the file to m4b when windows won&#8217;t let you see the file extension like the old days?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Convert Tape &#187; Blog Archive &#187; Convert audio tape to mp3 - Convert Mp3 To Audio Cd Tool &#124; In Line Mp3 Car Audio &#124; Convert Audio</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-105</link>
		<dc:creator>Convert Tape &#187; Blog Archive &#187; Convert audio tape to mp3 - Convert Mp3 To Audio Cd Tool &#124; In Line Mp3 Car Audio &#124; Convert Audio</dc:creator>
		<pubDate>Tue, 30 May 2006 11:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-105</guid>
		<description>[...] Polyphase &gt;&gt; Homegrown Audio Books and iPod should have foo.m4b that iTunes will think is an audio What about a tool to convert MP3 to AIFF and then something to All very handy compared to the vanilla 30 minute MP3 file of a cassette tape [...]</description>
		<content:encoded><![CDATA[<p>[...] Polyphase &gt;&gt; Homegrown Audio Books and iPod should have foo.m4b that iTunes will think is an audio What about a tool to convert MP3 to AIFF and then something to All very handy compared to the vanilla 30 minute MP3 file of a cassette tape [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-104</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Wed, 22 Mar 2006 05:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-104</guid>
		<description>@Adam Roach

mpg123 -s input.mp3 &#124; faac -b 80 -P -X -w -o output.m4b -
^^ For little endian x86 systems</description>
		<content:encoded><![CDATA[<p>@Adam Roach</p>
<p>mpg123 -s input.mp3 | faac -b 80 -P -X -w -o output.m4b -<br />
^^ For little endian x86 systems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-103</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 31 Dec 2005 21:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-103</guid>
		<description>Enrique thankyou for you comment, I was looking for a free MP3 combiner. Thanks alot!</description>
		<content:encoded><![CDATA[<p>Enrique thankyou for you comment, I was looking for a free MP3 combiner. Thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enrique</title>
		<link>http://polyphase.ca/2004/11/30/homegrown-audio-books-and-ipod/comment-page-1/#comment-101</link>
		<dc:creator>Enrique</dc:creator>
		<pubDate>Tue, 07 Jun 2005 00:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.polyphase.ca/wordpress-2.3/?p=38#comment-101</guid>
		<description>That last way of doing it is awesome! changing the files to .m4b works seamlessly!  Use Wavepad to combine a number of MP3&#039;s into 1.  It&#039;s free!</description>
		<content:encoded><![CDATA[<p>That last way of doing it is awesome! changing the files to .m4b works seamlessly!  Use Wavepad to combine a number of MP3&#8242;s into 1.  It&#8217;s free!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

