<?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 for Ronald!</title>
	<atom:link href="http://www.rchu.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rchu.nl</link>
	<description>My own little corner of the world wide web</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:07:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Creating a Waveform image with PHP by Chichi Latté</title>
		<link>http://www.rchu.nl/2011/09/creating-a-waveform-image-with-php/comment-page-1/#comment-205</link>
		<dc:creator>Chichi Latté</dc:creator>
		<pubDate>Mon, 30 Jan 2012 19:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=909#comment-205</guid>
		<description>Bloody handy. Thanks!!</description>
		<content:encoded><![CDATA[<p>Bloody handy. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Waveform image with PHP by ronald</title>
		<link>http://www.rchu.nl/2011/09/creating-a-waveform-image-with-php/comment-page-1/#comment-204</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Wed, 25 Jan 2012 21:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=909#comment-204</guid>
		<description>I&#039;m just having a quick look at the code and hope this works. If not I need to actually dive into it (haven&#039;t used this script for a while). Look for the line &lt;code&gt;define(&#039;BACKGROUND&#039;, &#039;#FFFFFF&#039;);  //  blank for transparent&lt;/code&gt;, have you tried defining the background as an empty string? That should work (unless there is some bug there).</description>
		<content:encoded><![CDATA[<p>I&#8217;m just having a quick look at the code and hope this works. If not I need to actually dive into it (haven&#8217;t used this script for a while). Look for the line <code>define('BACKGROUND', '#FFFFFF');  //  blank for transparent</code>, have you tried defining the background as an empty string? That should work (unless there is some bug there).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Waveform image with PHP by dns</title>
		<link>http://www.rchu.nl/2011/09/creating-a-waveform-image-with-php/comment-page-1/#comment-202</link>
		<dc:creator>dns</dc:creator>
		<pubDate>Wed, 25 Jan 2012 20:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=909#comment-202</guid>
		<description>Hello, thanks for the script. I have question. How i can make transparent background.
Default is white. i want no background.L-)
Regards.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the script. I have question. How i can make transparent background.<br />
Default is white. i want no background.L-)<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the language of a DIR-615 by Anthony</title>
		<link>http://www.rchu.nl/2010/03/changing-the-language-of-a-dir-615/comment-page-1/#comment-200</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 13 Jan 2012 06:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=426#comment-200</guid>
		<description>Worked great on the DIR-600NW I bought in Shanghai as well..thanks!</description>
		<content:encoded><![CDATA[<p>Worked great on the DIR-600NW I bought in Shanghai as well..thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Waveform image with PHP by Palanisamy</title>
		<link>http://www.rchu.nl/2011/09/creating-a-waveform-image-with-php/comment-page-1/#comment-184</link>
		<dc:creator>Palanisamy</dc:creator>
		<pubDate>Tue, 22 Nov 2011 08:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=909#comment-184</guid>
		<description>Thanks for ur reply..let me check..</description>
		<content:encoded><![CDATA[<p>Thanks for ur reply..let me check..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Waveform image with PHP by ronald</title>
		<link>http://www.rchu.nl/2011/09/creating-a-waveform-image-with-php/comment-page-1/#comment-183</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Mon, 21 Nov 2011 14:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=909#comment-183</guid>
		<description>The size of the wave file doesn&#039;t matter much for the memory usage, it is mostly the image that is being created that takes up memory. My local memory limit is 128MB, and I was perfectly able to run it (even on large audio files). 

I must admit I am no expert in how PHP manages its memory. You could try printing &lt;code&gt;memory_get_usage()&lt;/code&gt; to see where it goes wrong, and adjust the parameters (constants defined after the license) to get it working and see what does fit in the memory.</description>
		<content:encoded><![CDATA[<p>The size of the wave file doesn&#8217;t matter much for the memory usage, it is mostly the image that is being created that takes up memory. My local memory limit is 128MB, and I was perfectly able to run it (even on large audio files). </p>
<p>I must admit I am no expert in how PHP manages its memory. You could try printing <code>memory_get_usage()</code> to see where it goes wrong, and adjust the parameters (constants defined after the license) to get it working and see what does fit in the memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Waveform image with PHP by Palanisamy</title>
		<link>http://www.rchu.nl/2011/09/creating-a-waveform-image-with-php/comment-page-1/#comment-182</link>
		<dc:creator>Palanisamy</dc:creator>
		<pubDate>Mon, 21 Nov 2011 13:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=909#comment-182</guid>
		<description>Hi,

I used your code to generate wave forms. I tried using 667 MB wav audio to convert into wave image. I am getting memory limit error. I set memory_limit as 512 mb in ini file. 

Any help will be appreciated..

Thanks,
Palanisamy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I used your code to generate wave forms. I tried using 667 MB wav audio to convert into wave image. I am getting memory limit error. I set memory_limit as 512 mb in ini file. </p>
<p>Any help will be appreciated..</p>
<p>Thanks,<br />
Palanisamy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the language of a DIR-615 by ronald</title>
		<link>http://www.rchu.nl/2010/03/changing-the-language-of-a-dir-615/comment-page-1/#comment-168</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Thu, 20 Oct 2011 09:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=426#comment-168</guid>
		<description>Kirto007: Thanks for mentioning this, I hope it helps other DIR-100 owners.</description>
		<content:encoded><![CDATA[<p>Kirto007: Thanks for mentioning this, I hope it helps other DIR-100 owners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the language of a DIR-615 by Kirto007</title>
		<link>http://www.rchu.nl/2010/03/changing-the-language-of-a-dir-615/comment-page-1/#comment-167</link>
		<dc:creator>Kirto007</dc:creator>
		<pubDate>Thu, 20 Oct 2011 08:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=426#comment-167</guid>
		<description>I had the same problem with a DIR-100 which I received via pixmania in a French language. Several calls to the Dutch helpdesk of D-Link also didn&#039;t solve the problem. I always had the same person on the line and apparently he wasn&#039;t aware of this option to clear the language pack!
Luckily a colleague of me found this page with the solution for my problem.
Thank you very much, you have saved me a lot of trouble.</description>
		<content:encoded><![CDATA[<p>I had the same problem with a DIR-100 which I received via pixmania in a French language. Several calls to the Dutch helpdesk of D-Link also didn&#8217;t solve the problem. I always had the same person on the line and apparently he wasn&#8217;t aware of this option to clear the language pack!<br />
Luckily a colleague of me found this page with the solution for my problem.<br />
Thank you very much, you have saved me a lot of trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GeekTool by Bart</title>
		<link>http://www.rchu.nl/2009/06/geektool/comment-page-1/#comment-166</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Thu, 13 Oct 2011 17:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.rchu.nl/?p=306#comment-166</guid>
		<description>How can I refresh geektool every millisecond???</description>
		<content:encoded><![CDATA[<p>How can I refresh geektool every millisecond???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

