<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mobile Developer Tips &#187; Audio</title>
	<atom:link href="http://MobileDeveloperTips.com/category/audio/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Volume Control Alert</title>
		<link>http://MobileDeveloperTips.com/audio/volume-control-alert.html</link>
		<comments>http://MobileDeveloperTips.com/audio/volume-control-alert.html#comments</comments>
		<pubDate>Thu, 10 May 2012 09:35:22 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Audio]]></category>

		<guid isPermaLink="false">http://MobileDeveloperTips.com/?p=11668</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/audio/volume-control-alert.html">Volume Control Alert</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Volume Control Alert is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you need a quick and dirty volume control, an alert specifically tailored for this purpose is included in the MediaPlayer framework. The alert looks as follows:: To display the alert, adding the following code and include the MediaPlayer framework in [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/undocumented/alert-with-textfields.html' rel='bookmark' title='Alert with TextFields'>Alert with TextFields</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/ios-5-uistepper-control.html' rel='bookmark' title='iOS 5 : UIStepper Control'>iOS 5 : UIStepper Control</a></li>
<li><a href='http://MobileDeveloperTips.com/open-source/ios-open-source-reveal-sidebar-control.html' rel='bookmark' title='iOS Open Source : Reveal Sidebar Control'>iOS Open Source : Reveal Sidebar Control</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/audio/volume-control-alert.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing Sounds/Audio &#8211; AVAudioPlayer</title>
		<link>http://MobileDeveloperTips.com/audio/playing-soundsaudio-avaudioplayer.html</link>
		<comments>http://MobileDeveloperTips.com/audio/playing-soundsaudio-avaudioplayer.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:05:57 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Audio]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4775</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/audio/playing-soundsaudio-avaudioplayer.html">Playing Sounds/Audio &#8211; AVAudioPlayer</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Playing Sounds/Audio &#8211; AVAudioPlayer is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved I previously wrote about using Audio Session Services which offers a quick and easy approach for playing short sounds. However, there are a number of limitations, including no control over the volume, playing time is limited to 30 seconds and [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/audio/playing-short-sounds-audio-session-services.html' rel='bookmark' title='Playing Sounds/Audio &#8211; Audio Session Services'>Playing Sounds/Audio &#8211; Audio Session Services</a></li>
<li><a href='http://MobileDeveloperTips.com/audio/silent-mode-switch-and-playing-sounds.html' rel='bookmark' title='Silent Mode Switch and Playing Sounds'>Silent Mode Switch and Playing Sounds</a></li>
<li><a href='http://MobileDeveloperTips.com/data-file-management/iphone-file-system-creating-renaming-and-deleting-files.html' rel='bookmark' title='iPhone File System: Creating, Renaming and Deleting Files'>iPhone File System: Creating, Renaming and Deleting Files</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/audio/playing-soundsaudio-avaudioplayer.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Silent Mode Switch and Playing Sounds</title>
		<link>http://MobileDeveloperTips.com/audio/silent-mode-switch-and-playing-sounds.html</link>
		<comments>http://MobileDeveloperTips.com/audio/silent-mode-switch-and-playing-sounds.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:50:53 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Audio]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2469</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/audio/silent-mode-switch-and-playing-sounds.html">Silent Mode Switch and Playing Sounds</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Silent Mode Switch and Playing Sounds is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In a previous tip, Playing Short Sounds, I wrote an example to show how you can play a short sound, up to 30 seconds, by calling one of the C-based functions in the Audio Session Services library. There [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/audio/playing-short-sounds-audio-session-services.html' rel='bookmark' title='Playing Sounds/Audio &#8211; Audio Session Services'>Playing Sounds/Audio &#8211; Audio Session Services</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/audio/silent-mode-switch-and-playing-sounds.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing Sounds/Audio &#8211; Audio Session Services</title>
		<link>http://MobileDeveloperTips.com/audio/playing-short-sounds-audio-session-services.html</link>
		<comments>http://MobileDeveloperTips.com/audio/playing-short-sounds-audio-session-services.html#comments</comments>
		<pubDate>Sat, 27 Jun 2009 05:09:33 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Audio]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2424</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/audio/playing-short-sounds-audio-session-services.html">Playing Sounds/Audio &#8211; Audio Session Services</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Playing Sounds/Audio &#8211; Audio Session Services is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you need to play short sounds, less than 30 seconds, Audio Session Services are your friend. Here is a snippet of code to play a wav file: SystemSoundID soundID; NSString *path = &#91;&#91;NSBundle mainBundle&#93; pathForResource:@&#34;RapidFire&#34; ofType:@&#34;wav&#34;&#93;; &#160; [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/audio/playing-short-sounds-audio-session-services.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

