<?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: How to add custom sound effects to iPhone app?</title>
	<atom:link href="http://inchoo.net/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Tue, 22 May 2012 16:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: EvanB</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-22066</link>
		<dc:creator>EvanB</dc:creator>
		<pubDate>Tue, 26 Jul 2011 21:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-22066</guid>
		<description>Perfect!</description>
		<content:encoded><![CDATA[<p>Perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Michael</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-9055</link>
		<dc:creator>Paul Michael</dc:creator>
		<pubDate>Tue, 09 Nov 2010 03:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-9055</guid>
		<description>@Sekati: Did you include the AudioToolbox framework in your project?

@Ivan: Isn&#039;t it necessary to call the AudioXXXDispose method after using the sound?

Thanks. :)</description>
		<content:encoded><![CDATA[<p>@Sekati: Did you include the AudioToolbox framework in your project?</p>
<p>@Ivan: Isn&#8217;t it necessary to call the AudioXXXDispose method after using the sound?</p>
<p>Thanks. <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sekati</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-8891</link>
		<dc:creator>sekati</dc:creator>
		<pubDate>Tue, 02 Nov 2010 03:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-8891</guid>
		<description>Maybe Im missing something but your class produces several errors in xcode 4:

24. SystemSoundID soundID; // &#039;SystemSoundID&#039; undeclared &amp; soundID undeclared</description>
		<content:encoded><![CDATA[<p>Maybe Im missing something but your class produces several errors in xcode 4:</p>
<p>24. SystemSoundID soundID; // &#8216;SystemSoundID&#8217; undeclared &amp; soundID undeclared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-8760</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Fri, 22 Oct 2010 20:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-8760</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-3740</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 12 Nov 2009 17:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-3740</guid>
		<description>Why not use a switch to determine the soundNumber? Since we are only validating the one value...</description>
		<content:encoded><![CDATA[<p>Why not use a switch to determine the soundNumber? Since we are only validating the one value&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Kalaica</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-2862</link>
		<dc:creator>Ivan Kalaica</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-2862</guid>
		<description>Yeah, common copy&amp;paste issue... :-)</description>
		<content:encoded><![CDATA[<p>Yeah, common copy&#038;paste issue&#8230; <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viv Austin</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-2861</link>
		<dc:creator>Viv Austin</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-2861</guid>
		<description>This helped clarify an example I was looking at in the Apress &quot;Beginning iPhone Development&quot; book. 

It might be obvious to most, but line 28 doesn&#039;t need 3 URL encoded ampersands! one regular ampersand is all that&#039;s required.

Viv</description>
		<content:encoded><![CDATA[<p>This helped clarify an example I was looking at in the Apress &#8220;Beginning iPhone Development&#8221; book. </p>
<p>It might be obvious to most, but line 28 doesn&#8217;t need 3 URL encoded ampersands! one regular ampersand is all that&#8217;s required.</p>
<p>Viv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G S K</title>
		<link>http://inchoo.net/mobile-development/iphone-development/how-to-add-custom-sound-effects-to-iphone-app/comment-page-1/#comment-2762</link>
		<dc:creator>G S K</dc:creator>
		<pubDate>Wed, 08 Jul 2009 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=1309#comment-2762</guid>
		<description>This seems like the info that I&#039;m looking for.  What I was trying to figure out is how to add a sound effect when an icon of an APP is pushed on the home screen.

What actual file do i edit to add the above strings,and also where do i actually upload the audio files.  Also I wanted to use a *.caf audio file (like that of the system sounds) to be played when the icon is pushed.

Any ideas?</description>
		<content:encoded><![CDATA[<p>This seems like the info that I&#8217;m looking for.  What I was trying to figure out is how to add a sound effect when an icon of an APP is pushed on the home screen.</p>
<p>What actual file do i edit to add the above strings,and also where do i actually upload the audio files.  Also I wanted to use a *.caf audio file (like that of the system sounds) to be played when the icon is pushed.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

