<?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: Play a short sound in your iPhone application the RIGHT WAY</title>
	<atom:link href="http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/</link>
	<description>Logic High Software Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kevin Lohman</title>
		<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/comment-page-1/#comment-1089</link>
		<dc:creator>Kevin Lohman</dc:creator>
		<pubDate>Fri, 22 Jul 2011 15:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=132#comment-1089</guid>
		<description>@Bob, right you are :)</description>
		<content:encoded><![CDATA[<p>@Bob, right you are <img src='http://blog.logichigh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/comment-page-1/#comment-1040</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 19 Jul 2011 01:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=132#comment-1040</guid>
		<description>Also make sure to free it when you&#039;re done with AudioServicesDisposeSystemSoundID()</description>
		<content:encoded><![CDATA[<p>Also make sure to free it when you&#8217;re done with AudioServicesDisposeSystemSoundID()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/comment-page-1/#comment-602</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 07 Sep 2010 18:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=132#comment-602</guid>
		<description>my bad - had not noticed that SystemSoundID bell does not contain a pointer</description>
		<content:encoded><![CDATA[<p>my bad &#8211; had not noticed that SystemSoundID bell does not contain a pointer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/comment-page-1/#comment-595</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 03 Sep 2010 11:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=132#comment-595</guid>
		<description>If this is the *right* way to do it, how come it creates warnings at build time?

 warning: passing argument 1 of &#039;AudioServicesPlaySystemSound&#039; makes integer from pointer without a cast

: warning: passing argument 2 of &#039;AudioServicesCreateSystemSoundID&#039; from incompatible pointer type</description>
		<content:encoded><![CDATA[<p>If this is the *right* way to do it, how come it creates warnings at build time?</p>
<p> warning: passing argument 1 of &#8216;AudioServicesPlaySystemSound&#8217; makes integer from pointer without a cast</p>
<p>: warning: passing argument 2 of &#8216;AudioServicesCreateSystemSoundID&#8217; from incompatible pointer type</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Lohman</title>
		<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/comment-page-1/#comment-521</link>
		<dc:creator>Kevin Lohman</dc:creator>
		<pubDate>Wed, 04 Aug 2010 06:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=132#comment-521</guid>
		<description>Susan,  you can accomplish this by making SystemSoundID bell an instance variable.  Otherwise you are making more calls to Audio Services then needed (wasteful).</description>
		<content:encoded><![CDATA[<p>Susan,  you can accomplish this by making SystemSoundID bell an instance variable.  Otherwise you are making more calls to Audio Services then needed (wasteful).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://blog.logichigh.com/2009/02/14/play-a-short-sound-in-your-iphone-application-the-right-way/comment-page-1/#comment-510</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Tue, 27 Jul 2010 03:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=132#comment-510</guid>
		<description>&gt; Note 2:  Retain the SystemSoundID as an instance if you 
&gt; plan on using it multiple times

How (and why) would you do that?

Thanks.</description>
		<content:encoded><![CDATA[<p>&gt; Note 2:  Retain the SystemSoundID as an instance if you<br />
&gt; plan on using it multiple times</p>
<p>How (and why) would you do that?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

