<?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: Android:  Fun With Speech Recognition</title>
	<atom:link href="http://awalkingcity.com/blog/2009/02/10/android-fun-with-speech-recognition/feed/" rel="self" type="application/rss+xml" />
	<link>http://awalkingcity.com/blog/2009/02/10/android-fun-with-speech-recognition/</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 14:52:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://awalkingcity.com/blog/2009/02/10/android-fun-with-speech-recognition/comment-page-1/#comment-298</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=140#comment-298</guid>
		<description>This uses the Google speech recognition service, which uses Google&#039;s server-side speech processing.  Android 2.1 actually integrates this whole process into all text fields but it still uses the server side element.  I believe the server side is actually licensed from Nuance or one of those other speech recognition companies, this(licensing) would be why they don&#039;t want to include it on the client side more than likely.

Your idea could work. You would want to do all of the speech analysis using the NDK, the problem with that is that as far as I can tell you can&#039;t access any of the database API from the NDK so you would have to call back into java side to populate the database, also I imagine the database would be fairly large so you would want it on the SD card.</description>
		<content:encoded><![CDATA[<p>This uses the Google speech recognition service, which uses Google&#8217;s server-side speech processing.  Android 2.1 actually integrates this whole process into all text fields but it still uses the server side element.  I believe the server side is actually licensed from Nuance or one of those other speech recognition companies, this(licensing) would be why they don&#8217;t want to include it on the client side more than likely.</p>
<p>Your idea could work. You would want to do all of the speech analysis using the NDK, the problem with that is that as far as I can tell you can&#8217;t access any of the database API from the NDK so you would have to call back into java side to populate the database, also I imagine the database would be fairly large so you would want it on the SD card.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Atlas</title>
		<link>http://awalkingcity.com/blog/2009/02/10/android-fun-with-speech-recognition/comment-page-1/#comment-297</link>
		<dc:creator>Colin Atlas</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=140#comment-297</guid>
		<description>Does this use google voice/talk (I forget which ) and what is your opinion on the feasibility of getting away from using googles online speech to text processing engine. Instead running recognition solely on the device which could allow gradual recognition improvement via pattern database population?

Colin</description>
		<content:encoded><![CDATA[<p>Does this use google voice/talk (I forget which ) and what is your opinion on the feasibility of getting away from using googles online speech to text processing engine. Instead running recognition solely on the device which could allow gradual recognition improvement via pattern database population?</p>
<p>Colin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://awalkingcity.com/blog/2009/02/10/android-fun-with-speech-recognition/comment-page-1/#comment-247</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 16 Apr 2009 06:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://awalkingcity.com/blog/?p=140#comment-247</guid>
		<description>Great example! This is exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Great example! This is exactly what I needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
