<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jon Schutz Technical Notes and Recommendations &#187; Linux</title>
	<atom:link href="http://notes.jschutz.net/topics/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://notes.jschutz.net</link>
	<description>Useful snippets technical info and recommendations</description>
	<lastBuildDate>Thu, 24 Jun 2010 07:07:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MP3 to WAV Conversion on Linux</title>
		<link>http://notes.jschutz.net/2007/12/mp3-to-wav-conversion-on-linux/</link>
		<comments>http://notes.jschutz.net/2007/12/mp3-to-wav-conversion-on-linux/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 12:50:03 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://notes.jschutz.net/14/linux/mp3-to-wav-conversion-on-linux</guid>
		<description><![CDATA[MP3 to WAV conversion is remarkably simple:
mpg123 -w out.wav in.mp3
For the purpose of  writing an audio CD, a sample rate of 44100 Hz and stereo output are essential:
mpg123 --stereo -r 44100 -w out.wav in.mp3
And then to write the WAV files to a CD:
cdrecord -audio -pad *.wav
]]></description>
			<content:encoded><![CDATA[<p>MP3 to WAV conversion is remarkably simple:</p>
<pre>mpg123 -w out.wav in.mp3</pre>
<p>For the purpose of  writing an audio CD, a sample rate of 44100 Hz and stereo output are essential:</p>
<pre>mpg123 --stereo -r 44100 -w out.wav in.mp3</pre>
<p>And then to write the WAV files to a CD:</p>
<p>cdrecord -audio -pad *.wav</p>
]]></content:encoded>
			<wfw:commentRss>http://notes.jschutz.net/2007/12/mp3-to-wav-conversion-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
