<?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>Focus the Web &#187; mp3</title>
	<atom:link href="http://www.focustheweb.com/tag/mp3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.focustheweb.com</link>
	<description>Music, Web Design, Ideas</description>
	<lastBuildDate>Thu, 27 May 2010 07:53:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mp3 to png source code</title>
		<link>http://www.focustheweb.com/2010/04/mp3-to-png-source-code/</link>
		<comments>http://www.focustheweb.com/2010/04/mp3-to-png-source-code/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 21:57:48 +0000</pubDate>
		<dc:creator>Giovanni Cappellotto</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[pcm]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[raw]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[sox]]></category>
		<category><![CDATA[wav]]></category>
		<category><![CDATA[waveform]]></category>

		<guid isPermaLink="false">http://www.focustheweb.com/?p=180</guid>
		<description><![CDATA[In a previous article I talked about a little rails project to convert mp3 audio files to their graphical representation (waveform) in png format. After few comments asking me to release the source code here it is, but before this I must thank rjp&#8217;s cdcover project from where I took some of the code showed [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous article I talked about a little rails project to <em>convert mp3 audio files to their graphical representation</em> (waveform) in png format. After few comments asking me to release the source code here it is, but before this I must thank <strong>rjp&#8217;s cdcover project</strong> from where I took some of the code showed here.</p>
<p>If you plan to use this code as it is or in a modified version <em>please let me know</em> so maybe we can contribute to improve the code or just to keep in touch!</p>
<p><strong>Notes</strong></p>
<ul>
<li>the code is <strong>written in ruby</strong> programming language (great!), you can run it from command line with few modifications or use it as a library in your rails projects</li>
<li>to run this code you must install some dependent gems: <strong>RMagick</strong> (which also depends on <em>ImageMagick</em> libraries) and <strong>NArray</strong></li>
<li>to enable the conversion from mp3 audio encoding to raw audio format you must install <strong>SoX</strong> a command line utility described as <em>&#8220;the Swiss Army knife of sound processing programs&#8221;</em></li>
<li>I&#8217;ve embedded some content from sox man pages near the command execution to better explain how sox works</li>
</ul>
<p>You&#8217;ll find all <a href="#useful_links">useful links</a> at the bottom of this page.</p>
<p>If you find this code useful <strong>please donate!</strong><br />
<a href='http://www.pledgie.com/campaigns/10116'><img alt='Click here to lend your support to: Waveform and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/10116.png?skin_name=chrome' border='0' /></a><br />
<span id="more-180"></span><br />
<script src="http://gist.github.com/369816.js"></script></p>
<p><strong id="useful_links">Useful links:</strong></p>
<ul>
<li>SoX &#8211; <a href="http://sox.sourceforge.net/">http://sox.sourceforge.net/</a></li>
<li>RMagick &#8211; <a href="http://rmagick.rubyforge.org/">http://rmagick.rubyforge.org/</a></li>
<li>ImageMagick &#8211; <a href="http://www.imagemagick.org/">http://www.imagemagick.org/</a></li>
<li>NArray &#8211; <a href="http://narray.rubyforge.org/">http://narray.rubyforge.org/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.focustheweb.com/2010/04/mp3-to-png-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waveform project, convert mp3 audio files to png images</title>
		<link>http://www.focustheweb.com/2010/01/waveform-project-convert-mp3-audio-files-to-png-images/</link>
		<comments>http://www.focustheweb.com/2010/01/waveform-project-convert-mp3-audio-files-to-png-images/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 11:17:09 +0000</pubDate>
		<dc:creator>Giovanni Cappellotto</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp32png]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[waveform]]></category>

		<guid isPermaLink="false">http://www.focustheweb.com/?p=153</guid>
		<description><![CDATA[I&#8217;d like to present my new project: Waveform.
This simple web application is a workbench to test audio waveform conversion to image.
Just upload an mp3 file to get its waveform in png format.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to present my new project: <a title="Waveform - MP32PNG" href="http://waveform.focustheweb.com">Waveform</a>.</p>
<p>This simple web application is a workbench to test audio waveform conversion to image.</p>
<p>Just upload an mp3 file to get its waveform in png format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.focustheweb.com/2010/01/waveform-project-convert-mp3-audio-files-to-png-images/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
