Comments for Politepix / iOS Frameworks for speech recognition, text to speech and more Sat, 21 Jun 2014 08:11:58 +0000 hourly 1 https://wordpress.org/?v=6.5.2 Comment on Easier low memory warning simulator testing with keyboard shortcuts by Halle /2010/02/28/consider-yourself-warned/#comment-3218 Tue, 16 Jul 2013 18:50:56 +0000 /?p=118#comment-3218 Nice, thank you tupakapoor for the info — hope this helps others.

]]>
Comment on Easier low memory warning simulator testing with keyboard shortcuts by tupakapoor /2010/02/28/consider-yourself-warned/#comment-3217 Tue, 16 Jul 2013 18:46:41 +0000 /?p=118#comment-3217 If you symlink the iOS Simulator to be in the Applications folder this will work:

ln -s /Applications/Xcode.app/Contents/Applications/iOS\ Simulator.app /Applications/iOS\ Simulator.app

]]>
Comment on Decibel metering from an iPhone audio unit by Halle /2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-2229 Thu, 03 Jan 2013 09:49:33 +0000 /?p=477#comment-2229 Hi Pier,

You are correct, I’ve edited the code in the post. Thanks for catching that!

]]>
Comment on Decibel metering from an iPhone audio unit by Pier /2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-2226 Tue, 01 Jan 2013 07:26:48 +0000 /?p=477#comment-2226 Thanks for this… trying to figure it out.

There’s a typo here, no?
if((sampleDB == sampleDB) && (sampleDB = -DBL_MAX))

should be

if((sampleDB == sampleDB) && (sampleDB != -DBL_MAX))

]]>
Comment on Decibel metering from an iPhone audio unit by Halle /2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1885 Thu, 08 Nov 2012 15:56:32 +0000 /?p=477#comment-1885 Hi Waruna,

-74.0 means no input at all. So, you only need to troubleshoot why there is no rendered content in the buffers that are in your callback. All Audio Unit and Audio Session code has a method of error checking (including the buffer callback), so log that error checking code and it should tell you what is happening.

]]>
Comment on Decibel metering from an iPhone audio unit by Waruna /2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1884 Thu, 08 Nov 2012 15:42:58 +0000 /?p=477#comment-1884 Hi,
Thanks for your resource full article . However when tired this example i always get -74.0 values. Do you what could be the reason for this.
I used recordingCallback function instead of AudioUnitRenderCallback could this be the problem?
Appreciate your answer or any suggestion.

]]>
Comment on OpenEars 1.1, plugins, and RapidEars live recognition for iOS! by Halle /2012/06/18/openears-1-1-plugins-and-rapidears/#comment-1741 Mon, 17 Sep 2012 06:24:07 +0000 /?p=9839#comment-1741 Hi Corey,

You can license the plugin at /shop/rapidears, and the new Rejecto plugin which helps improve accuracy can be licensed at /shop/rejecto.

]]>
Comment on OpenEars 1.1, plugins, and RapidEars live recognition for iOS! by Corey /2012/06/18/openears-1-1-plugins-and-rapidears/#comment-1740 Mon, 17 Sep 2012 03:29:00 +0000 /?p=9839#comment-1740 Where do we go to purchase the full plugin, not just the demo?
I seem to be missing it on your site.

]]>
Comment on Decibel metering from an iPhone audio unit by Halle /2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1713 Mon, 27 Aug 2012 21:45:04 +0000 /?p=477#comment-1713 Hi Ants,

I’d guess that you’re getting unexpected results because of a different input besides a signed 16-bit integer using the full range of samples that this assumes. Since you’re getting floats out, am I correct that your input is a float value?

]]>
Comment on Decibel metering from an iPhone audio unit by Ants /2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1712 Mon, 27 Aug 2012 21:39:13 +0000 /?p=477#comment-1712 Hey Halle,

A couple of questions. Firstly the if that checks for rational number and isn’t infinite

if((sampleDB == sampleDB) && (sampleDB = -DBL_MAX)) {

Shouldn’t that be sampleDB != -DBL_MAX ? I seem to be getting values of DBOFFSET.

If I change to != then I get values out but the range is really small. I tried changing DBOFFSET to -94 however all that did was change the offset (DUH). In my case it seems to be around -9.7 with only slight variation between -10 & -9.6. Is that the low pass filter that is having this effect?

Thanks Ants

]]>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rss 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/" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0">
<channel>
<title> Comments for Politepix </title>
<atom:link href="/comments/feed/" rel="self" type="application/rss+xml"/>
<link>/</link>
<description>iOS Frameworks for speech recognition, text to speech and more</description>
<lastBuildDate>Sat, 21 Jun 2014 08:11:58 +0000</lastBuildDate>
<sy:updatePeriod> hourly </sy:updatePeriod>
<sy:updateFrequency> 1 </sy:updateFrequency>
<generator>https://wordpress.org/?v=6.5.2</generator>
<item>
<title> Comment on Easier low memory warning simulator testing with keyboard shortcuts by Halle </title>
<link>/2010/02/28/consider-yourself-warned/#comment-3218</link>
<dc:creator>
<![CDATA[ Halle ]]>
</dc:creator>
<pubDate>Tue, 16 Jul 2013 18:50:56 +0000</pubDate>
<guid isPermaLink="false">/?p=118#comment-3218</guid>
<description>
<![CDATA[ Nice, thank you tupakapoor for the info -- hope this helps others. ]]>
</description>
<content:encoded>
<![CDATA[ <p>Nice, thank you tupakapoor for the info &#8212; hope this helps others.</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Easier low memory warning simulator testing with keyboard shortcuts by tupakapoor </title>
<link>/2010/02/28/consider-yourself-warned/#comment-3217</link>
<dc:creator>
<![CDATA[ tupakapoor ]]>
</dc:creator>
<pubDate>Tue, 16 Jul 2013 18:46:41 +0000</pubDate>
<guid isPermaLink="false">/?p=118#comment-3217</guid>
<description>
<![CDATA[ If you symlink the iOS Simulator to be in the Applications folder this will work: ln -s /Applications/Xcode.app/Contents/Applications/iOS\ Simulator.app /Applications/iOS\ Simulator.app ]]>
</description>
<content:encoded>
<![CDATA[ <p>If you symlink the iOS Simulator to be in the Applications folder this will work:</p> <p>ln -s /Applications/Xcode.app/Contents/Applications/iOS\ Simulator.app /Applications/iOS\ Simulator.app</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Decibel metering from an iPhone audio unit by Halle </title>
<link>/2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-2229</link>
<dc:creator>
<![CDATA[ Halle ]]>
</dc:creator>
<pubDate>Thu, 03 Jan 2013 09:49:33 +0000</pubDate>
<guid isPermaLink="false">/?p=477#comment-2229</guid>
<description>
<![CDATA[ Hi Pier, You are correct, I&#039;ve edited the code in the post. Thanks for catching that! ]]>
</description>
<content:encoded>
<![CDATA[ <p>Hi Pier,</p> <p>You are correct, I&#8217;ve edited the code in the post. Thanks for catching that!</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Decibel metering from an iPhone audio unit by Pier </title>
<link>/2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-2226</link>
<dc:creator>
<![CDATA[ Pier ]]>
</dc:creator>
<pubDate>Tue, 01 Jan 2013 07:26:48 +0000</pubDate>
<guid isPermaLink="false">/?p=477#comment-2226</guid>
<description>
<![CDATA[ Thanks for this... trying to figure it out. There&#039;s a typo here, no? if((sampleDB == sampleDB) &#038;&#038; (sampleDB = -DBL_MAX)) should be if((sampleDB == sampleDB) &#038;&#038; (sampleDB != -DBL_MAX)) ]]>
</description>
<content:encoded>
<![CDATA[ <p>Thanks for this&#8230; trying to figure it out. </p> <p>There&#8217;s a typo here, no?<br /> if((sampleDB == sampleDB) &amp;&amp; (sampleDB = -DBL_MAX))</p> <p>should be </p> <p>if((sampleDB == sampleDB) &amp;&amp; (sampleDB != -DBL_MAX))</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Decibel metering from an iPhone audio unit by Halle </title>
<link>/2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1885</link>
<dc:creator>
<![CDATA[ Halle ]]>
</dc:creator>
<pubDate>Thu, 08 Nov 2012 15:56:32 +0000</pubDate>
<guid isPermaLink="false">/?p=477#comment-1885</guid>
<description>
<![CDATA[ Hi Waruna, -74.0 means no input at all. So, you only need to troubleshoot why there is no rendered content in the buffers that are in your callback. All Audio Unit and Audio Session code has a method of error checking (including the buffer callback), so log that error checking code and it should tell you what is happening. ]]>
</description>
<content:encoded>
<![CDATA[ <p>Hi Waruna,</p> <p>-74.0 means no input at all. So, you only need to troubleshoot why there is no rendered content in the buffers that are in your callback. All Audio Unit and Audio Session code has a method of error checking (including the buffer callback), so log that error checking code and it should tell you what is happening.</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Decibel metering from an iPhone audio unit by Waruna </title>
<link>/2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1884</link>
<dc:creator>
<![CDATA[ Waruna ]]>
</dc:creator>
<pubDate>Thu, 08 Nov 2012 15:42:58 +0000</pubDate>
<guid isPermaLink="false">/?p=477#comment-1884</guid>
<description>
<![CDATA[ Hi, Thanks for your resource full article . However when tired this example i always get -74.0 values. Do you what could be the reason for this. I used recordingCallback function instead of AudioUnitRenderCallback could this be the problem? Appreciate your answer or any suggestion. ]]>
</description>
<content:encoded>
<![CDATA[ <p>Hi,<br /> Thanks for your resource full article . However when tired this example i always get -74.0 values. Do you what could be the reason for this.<br /> I used recordingCallback function instead of AudioUnitRenderCallback could this be the problem?<br /> Appreciate your answer or any suggestion.</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on OpenEars 1.1, plugins, and RapidEars live recognition for iOS! by Halle </title>
<link>/2012/06/18/openears-1-1-plugins-and-rapidears/#comment-1741</link>
<dc:creator>
<![CDATA[ Halle ]]>
</dc:creator>
<pubDate>Mon, 17 Sep 2012 06:24:07 +0000</pubDate>
<guid isPermaLink="false">/?p=9839#comment-1741</guid>
<description>
<![CDATA[ Hi Corey, You can license the plugin at /shop/rapidears, and the new Rejecto plugin which helps improve accuracy can be licensed at /shop/rejecto. ]]>
</description>
<content:encoded>
<![CDATA[ <p>Hi Corey,</p> <p>You can license the plugin at <a href="/shop/rapidears" rel="ugc">/shop/rapidears</a>, and the new Rejecto plugin which helps improve accuracy can be licensed at <a href="/shop/rejecto" rel="ugc">/shop/rejecto</a>.</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on OpenEars 1.1, plugins, and RapidEars live recognition for iOS! by Corey </title>
<link>/2012/06/18/openears-1-1-plugins-and-rapidears/#comment-1740</link>
<dc:creator>
<![CDATA[ Corey ]]>
</dc:creator>
<pubDate>Mon, 17 Sep 2012 03:29:00 +0000</pubDate>
<guid isPermaLink="false">/?p=9839#comment-1740</guid>
<description>
<![CDATA[ Where do we go to purchase the full plugin, not just the demo? I seem to be missing it on your site. ]]>
</description>
<content:encoded>
<![CDATA[ <p>Where do we go to purchase the full plugin, not just the demo?<br /> I seem to be missing it on your site.</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Decibel metering from an iPhone audio unit by Halle </title>
<link>/2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1713</link>
<dc:creator>
<![CDATA[ Halle ]]>
</dc:creator>
<pubDate>Mon, 27 Aug 2012 21:45:04 +0000</pubDate>
<guid isPermaLink="false">/?p=477#comment-1713</guid>
<description>
<![CDATA[ Hi Ants, I&#039;d guess that you&#039;re getting unexpected results because of a different input besides a signed 16-bit integer using the full range of samples that this assumes. Since you&#039;re getting floats out, am I correct that your input is a float value? ]]>
</description>
<content:encoded>
<![CDATA[ <p>Hi Ants,</p> <p>I&#8217;d guess that you&#8217;re getting unexpected results because of a different input besides a signed 16-bit integer using the full range of samples that this assumes. Since you&#8217;re getting floats out, am I correct that your input is a float value?</p> ]]>
</content:encoded>
</item>
<item>
<title> Comment on Decibel metering from an iPhone audio unit by Ants </title>
<link>/2010/06/18/decibel-metering-from-an-iphone-audio-unit/#comment-1712</link>
<dc:creator>
<![CDATA[ Ants ]]>
</dc:creator>
<pubDate>Mon, 27 Aug 2012 21:39:13 +0000</pubDate>
<guid isPermaLink="false">/?p=477#comment-1712</guid>
<description>
<![CDATA[ Hey Halle, A couple of questions. Firstly the if that checks for rational number and isn&#039;t infinite if((sampleDB == sampleDB) &#038;&#038; (sampleDB = -DBL_MAX)) { Shouldn&#039;t that be sampleDB != -DBL_MAX ? I seem to be getting values of DBOFFSET. If I change to != then I get values out but the range is really small. I tried changing DBOFFSET to -94 however all that did was change the offset (DUH). In my case it seems to be around -9.7 with only slight variation between -10 &#038; -9.6. Is that the low pass filter that is having this effect? Thanks Ants ]]>
</description>
<content:encoded>
<![CDATA[ <p>Hey Halle,</p> <p>A couple of questions. Firstly the if that checks for rational number and isn&#8217;t infinite</p> <p>if((sampleDB == sampleDB) &amp;&amp; (sampleDB = -DBL_MAX)) { </p> <p>Shouldn&#8217;t that be sampleDB != -DBL_MAX ? I seem to be getting values of DBOFFSET.</p> <p>If I change to != then I get values out but the range is really small. I tried changing DBOFFSET to -94 however all that did was change the offset (DUH). In my case it seems to be around -9.7 with only slight variation between -10 &amp; -9.6. Is that the low pass filter that is having this effect?</p> <p>Thanks Ants</p> ]]>
</content:encoded>
</item>
</channel>
</rss>