<?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: Dapple Update (pun intended)</title>
	<atom:link href="http://www.streamingcolour.com/blog/2009/03/27/dapple-update-pun-intended/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.streamingcolour.com/blog/2009/03/27/dapple-update-pun-intended/</link>
	<description>The trials and joys of indie games development</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:16:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OG</title>
		<link>http://www.streamingcolour.com/blog/2009/03/27/dapple-update-pun-intended/comment-page-1/#comment-1806</link>
		<dc:creator>OG</dc:creator>
		<pubDate>Fri, 27 Mar 2009 18:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamingcolour.com/blog/?p=509#comment-1806</guid>
		<description>Thanks for reading, DadGuy.

Even a zipped version of the raw WAV files is still twice the size of the IMA4 compressed data. For example, a 100KB WAV file compresses to ~64KB when zipped, but ~32KB via IMA4.

IMA4 is a compression format designed specifically for audio, so it is able to compress it really well by making assumptions about how most audio data looks. It&#039;s basically able to compress 16-bit frames down to 4-bit nibbles. It tacks a 2-byte header onto each packet, which is why it&#039;s not *quite* 4:1 in the end. But it&#039;s still an impressive compression ratio.</description>
		<content:encoded><![CDATA[<p>Thanks for reading, DadGuy.</p>
<p>Even a zipped version of the raw WAV files is still twice the size of the IMA4 compressed data. For example, a 100KB WAV file compresses to ~64KB when zipped, but ~32KB via IMA4.</p>
<p>IMA4 is a compression format designed specifically for audio, so it is able to compress it really well by making assumptions about how most audio data looks. It&#8217;s basically able to compress 16-bit frames down to 4-bit nibbles. It tacks a 2-byte header onto each packet, which is why it&#8217;s not *quite* 4:1 in the end. But it&#8217;s still an impressive compression ratio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DadGuy</title>
		<link>http://www.streamingcolour.com/blog/2009/03/27/dapple-update-pun-intended/comment-page-1/#comment-1804</link>
		<dc:creator>DadGuy</dc:creator>
		<pubDate>Fri, 27 Mar 2009 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamingcolour.com/blog/?p=509#comment-1804</guid>
		<description>Nice blog you&#039;ve got here, thanks for sharing this information!

Interesting approach to the IMA4 code.  My first impression when I was reading your blog is why not use zip or other built-in compression that ships with your app and then have the files uncompressed in an initialization phase the first time the app is run?  I guess you lose the compressed file&#039;s space, but that&#039;s about it.  I&#039;m lazy I guess....  =)

I&#039;d be interested in seeing the code you&#039;ve got going regardless, sounds like an interesting project.</description>
		<content:encoded><![CDATA[<p>Nice blog you&#8217;ve got here, thanks for sharing this information!</p>
<p>Interesting approach to the IMA4 code.  My first impression when I was reading your blog is why not use zip or other built-in compression that ships with your app and then have the files uncompressed in an initialization phase the first time the app is run?  I guess you lose the compressed file&#8217;s space, but that&#8217;s about it.  I&#8217;m lazy I guess&#8230;.  =)</p>
<p>I&#8217;d be interested in seeing the code you&#8217;ve got going regardless, sounds like an interesting project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OG</title>
		<link>http://www.streamingcolour.com/blog/2009/03/27/dapple-update-pun-intended/comment-page-1/#comment-1797</link>
		<dc:creator>OG</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamingcolour.com/blog/?p=509#comment-1797</guid>
		<description>I&#039;ve already had some requests for the IMA4 code. I am planning to write up a tutorial on how I set this up, but it&#039;s going to have to wait at least until after I get this update out the door. I just don&#039;t have time right now. Soon though...soon... :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve already had some requests for the IMA4 code. I am planning to write up a tutorial on how I set this up, but it&#8217;s going to have to wait at least until after I get this update out the door. I just don&#8217;t have time right now. Soon though&#8230;soon&#8230; <img src='http://www.streamingcolour.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
