<?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 webdevils.com</title>
	<atom:link href="http://www.webdevils.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevils.com</link>
	<description>Web New Media notes and ramblings</description>
	<lastBuildDate>Wed, 07 Dec 2011 04:43:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Corona &#8211; Audio by admin</title>
		<link>http://www.webdevils.com/2011/11/12/corona-audio/comment-page-1/#comment-6705</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 07 Dec 2011 04:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=629#comment-6705</guid>
		<description>Thanks that&#039;s good information. I&#039;m currently using the free version of Corona.</description>
		<content:encoded><![CDATA[<p>Thanks that&#8217;s good information. I&#8217;m currently using the free version of Corona.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Corona &#8211; Audio by Justin</title>
		<link>http://www.webdevils.com/2011/11/12/corona-audio/comment-page-1/#comment-6703</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 07 Dec 2011 04:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=629#comment-6703</guid>
		<description>audio.loadSound is the perfect solution for short sound effects in Corona, such as a button press or an enemy exploding or points being added to your score.

For longer sounds ( &gt; 15s ) , audio.loadStream will allow your larger audio files to play without having to first load the entire file into your devices RAM. This lets your audio files to play much smoother while leaving more memory free for other processes.

I did encounter a rather frustrating problem with audio.loadStream recently that I&#039;d like to share in hopes i can save others the same frustration. The following is for more advanced users who have lots of sounds and background music in their app.

While playing some voice-over clips in my app ( ~1-2min each ), I was experiencing some stuttering/skipping of the audio with occasional dropouts. I was certain that it wasn&#039;t a RAM issue and confirmed my files were being caught by the garbage collector and all references were nil&#039;d after audio.dispose( myHandle ), but still had this strange problem that seemed to happen at random. 

I ultimately discovered this ended up being due to an iOS5 bug in OpenAL. The current &#039;Free Trial&#039; build of Corona ( 591 ) has not resolved this issue, but if you are a subscriber, it was fixed in build 645. Be sure to subscribe and grab the latest build for the best audio support. 

There are also some additional &#039;hidden API&#039; params you can set to have your long audio files play even smoother. Add them to your audio.loadStream to increase the buffer size like this:

local myBigAudioFile = audio.loadStream( audioFile.m4a, {bufferSize=8192, maxQueueBuffers=12, startupBuffers=4, buffersQueuedPerUpdate=2})

Happy Building!</description>
		<content:encoded><![CDATA[<p>audio.loadSound is the perfect solution for short sound effects in Corona, such as a button press or an enemy exploding or points being added to your score.</p>
<p>For longer sounds ( &gt; 15s ) , audio.loadStream will allow your larger audio files to play without having to first load the entire file into your devices RAM. This lets your audio files to play much smoother while leaving more memory free for other processes.</p>
<p>I did encounter a rather frustrating problem with audio.loadStream recently that I&#8217;d like to share in hopes i can save others the same frustration. The following is for more advanced users who have lots of sounds and background music in their app.</p>
<p>While playing some voice-over clips in my app ( ~1-2min each ), I was experiencing some stuttering/skipping of the audio with occasional dropouts. I was certain that it wasn&#8217;t a RAM issue and confirmed my files were being caught by the garbage collector and all references were nil&#8217;d after audio.dispose( myHandle ), but still had this strange problem that seemed to happen at random. </p>
<p>I ultimately discovered this ended up being due to an iOS5 bug in OpenAL. The current &#8216;Free Trial&#8217; build of Corona ( 591 ) has not resolved this issue, but if you are a subscriber, it was fixed in build 645. Be sure to subscribe and grab the latest build for the best audio support. </p>
<p>There are also some additional &#8216;hidden API&#8217; params you can set to have your long audio files play even smoother. Add them to your audio.loadStream to increase the buffer size like this:</p>
<p>local myBigAudioFile = audio.loadStream( audioFile.m4a, {bufferSize=8192, maxQueueBuffers=12, startupBuffers=4, buffersQueuedPerUpdate=2})</p>
<p>Happy Building!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Version of ScrollBar Class by Marc</title>
		<link>http://www.webdevils.com/2007/10/13/as3-version-of-scrollbar-class/comment-page-1/#comment-5100</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 19 May 2010 03:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=60#comment-5100</guid>
		<description>Hi, I am interested in trying out your code. I am able to open the .fla from the download link at the very top (makescrollbar-class), but not the examples from SimpleScrollText_041109 with the xml feed, I always get an Unexpected File Format error when I try to open the .fla, what version of Flash are they? (I am using Flash CS3 Pro / PC version)

thanks</description>
		<content:encoded><![CDATA[<p>Hi, I am interested in trying out your code. I am able to open the .fla from the download link at the very top (makescrollbar-class), but not the examples from SimpleScrollText_041109 with the xml feed, I always get an Unexpected File Format error when I try to open the .fla, what version of Flash are they? (I am using Flash CS3 Pro / PC version)</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How well does your browser support html5? by admin</title>
		<link>http://www.webdevils.com/2010/04/16/how-well-does-your-browser-support-html5/comment-page-1/#comment-5012</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Apr 2010 14:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=317#comment-5012</guid>
		<description>That&#039;s a pretty strong reaction, must be good. Maybe I&#039;ll give it a spin.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a pretty strong reaction, must be good. Maybe I&#8217;ll give it a spin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How well does your browser support html5? by Chris</title>
		<link>http://www.webdevils.com/2010/04/16/how-well-does-your-browser-support-html5/comment-page-1/#comment-5004</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=317#comment-5004</guid>
		<description>It&#039;s time to move on to Chrome, Mitch! I was a hardcore Firefox user until Chrome swept me off my feet...</description>
		<content:encoded><![CDATA[<p>It&#8217;s time to move on to Chrome, Mitch! I was a hardcore Firefox user until Chrome swept me off my feet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How well does your browser support html5? by james</title>
		<link>http://www.webdevils.com/2010/04/16/how-well-does-your-browser-support-html5/comment-page-1/#comment-4877</link>
		<dc:creator>james</dc:creator>
		<pubDate>Tue, 20 Apr 2010 00:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=317#comment-4877</guid>
		<description>Chrome out scores safari.</description>
		<content:encoded><![CDATA[<p>Chrome out scores safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some More AS3 Exmaples, Loader Class by Robert</title>
		<link>http://www.webdevils.com/2007/10/27/some-more-as3-exmaples-loader/comment-page-1/#comment-4852</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 17 Apr 2010 01:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=64#comment-4852</guid>
		<description>This is the example file that I&#039;ve been looking for. I am trying to do another website [my own] and not very good at CS4 Flash/AS3. I can tell this will be of great help. Thanks a lot!

You definitely have some FANTASTIC stuff here! Keep up the great work!! I&#039;ll be reading your &#039;blog&#039; from now on. That&#039;s for sure!!

-Robert</description>
		<content:encoded><![CDATA[<p>This is the example file that I&#8217;ve been looking for. I am trying to do another website [my own] and not very good at CS4 Flash/AS3. I can tell this will be of great help. Thanks a lot!</p>
<p>You definitely have some FANTASTIC stuff here! Keep up the great work!! I&#8217;ll be reading your &#8216;blog&#8217; from now on. That&#8217;s for sure!!</p>
<p>-Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where&#8217;s onRelease in AS 3? by admin</title>
		<link>http://www.webdevils.com/2007/09/27/wheres-onrelease-in-as-3/comment-page-1/#comment-4808</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=47#comment-4808</guid>
		<description>I get the impression that you don&#039;t like the new system. I think if you try it you will come to the conclusion that it&#039;s much more flexible. Not to mention your assessment of 1 line vs five has some bad math. Your onRelease is defining a function which is equivalent to the handler function assigned to the AS3 listener. So really it&#039;s only one more line.</description>
		<content:encoded><![CDATA[<p>I get the impression that you don&#8217;t like the new system. I think if you try it you will come to the conclusion that it&#8217;s much more flexible. Not to mention your assessment of 1 line vs five has some bad math. Your onRelease is defining a function which is equivalent to the handler function assigned to the AS3 listener. So really it&#8217;s only one more line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where&#8217;s onRelease in AS 3? by Nick</title>
		<link>http://www.webdevils.com/2007/09/27/wheres-onrelease-in-as-3/comment-page-1/#comment-4807</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=47#comment-4807</guid>
		<description>so 5 lines of code istead of a simple onRelease in AS2?</description>
		<content:encoded><![CDATA[<p>so 5 lines of code istead of a simple onRelease in AS2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Version of ScrollBar Class by admin</title>
		<link>http://www.webdevils.com/2007/10/13/as3-version-of-scrollbar-class/comment-page-1/#comment-4744</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevils.com/?p=60#comment-4744</guid>
		<description>Select your textfield and choose Wordwrap in the property inspector.</description>
		<content:encoded><![CDATA[<p>Select your textfield and choose Wordwrap in the property inspector.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

