<?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: iPhone SDK &#8211; Play and Record Audio concurrently</title>
	<atom:link href="http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Tue, 22 Nov 2011 00:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: ashwini</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1860</link>
		<dc:creator>ashwini</dc:creator>
		<pubDate>Tue, 12 Apr 2011 08:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1860</guid>
		<description>Can you provide the complete source code for recording and playing at the same time ....as you have only provided some sinppets of code am getting confused where to write the above mentioned code in my application.</description>
		<content:encoded><![CDATA[<p>Can you provide the complete source code for recording and playing at the same time &#8230;.as you have only provided some sinppets of code am getting confused where to write the above mentioned code in my application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishnan</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1797</link>
		<dc:creator>krishnan</dc:creator>
		<pubDate>Thu, 11 Nov 2010 09:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1797</guid>
		<description>Hi Friend,

How can we amplify the audio we record?</description>
		<content:encoded><![CDATA[<p>Hi Friend,</p>
<p>How can we amplify the audio we record?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1737</link>
		<dc:creator>Naresh</dc:creator>
		<pubDate>Mon, 23 Aug 2010 08:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1737</guid>
		<description>I have tried to use this but failed. What i am actually trying to do is to playback the same what is being recorded simultaneously. No output is got at the speaker. I have tried with all the remaining SDKs but no result</description>
		<content:encoded><![CDATA[<p>I have tried to use this but failed. What i am actually trying to do is to playback the same what is being recorded simultaneously. No output is got at the speaker. I have tried with all the remaining SDKs but no result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tank</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1723</link>
		<dc:creator>Tank</dc:creator>
		<pubDate>Sat, 24 Jul 2010 21:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1723</guid>
		<description>Or is it just me leaking with Data?</description>
		<content:encoded><![CDATA[<p>Or is it just me leaking with Data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tank</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1722</link>
		<dc:creator>Tank</dc:creator>
		<pubDate>Sat, 24 Jul 2010 21:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1722</guid>
		<description>Ed:

Apple doesnt wants you to record any audio due to copy rights, but TuneIn Radio app has such feature. So, dunno the real thing.</description>
		<content:encoded><![CDATA[<p>Ed:</p>
<p>Apple doesnt wants you to record any audio due to copy rights, but TuneIn Radio app has such feature. So, dunno the real thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tank</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1721</link>
		<dc:creator>Tank</dc:creator>
		<pubDate>Sat, 24 Jul 2010 21:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1721</guid>
		<description>/dev/null PROBLEM!

If you analize the app in Instruments (with IO and Memory module) then you can see that memory just keeps growing. (dev/NULL write operations)

For example: if you are metering audio leveles every 1 second.

How can I solve this?</description>
		<content:encoded><![CDATA[<p>/dev/null PROBLEM!</p>
<p>If you analize the app in Instruments (with IO and Memory module) then you can see that memory just keeps growing. (dev/NULL write operations)</p>
<p>For example: if you are metering audio leveles every 1 second.</p>
<p>How can I solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1697</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 17 Jun 2010 17:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1697</guid>
		<description>Thanks!!
This is very useful!!
Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Thanks!!<br />
This is very useful!!<br />
Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://blog.evandavey.com/2010/04/how-to-iphone-sdk-play-and-record-audio-concurrently.html/comment-page-1#comment-1680</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 05 May 2010 16:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=635#comment-1680</guid>
		<description>Hi. 
Thanks lot for for this post. The last 3 lines of code were really useful.

I also wanted to know if there is a way to record what you are playing without using the mic input.
For example if I am listing to a radio stream, is it possible to record the audio?

Thnaks again for the post

Ed</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Thanks lot for for this post. The last 3 lines of code were really useful.</p>
<p>I also wanted to know if there is a way to record what you are playing without using the mic input.<br />
For example if I am listing to a radio stream, is it possible to record the audio?</p>
<p>Thnaks again for the post</p>
<p>Ed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

