<?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: Merapi Voice &#8211; new AIR/Java example</title>
	<atom:link href="http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/</link>
	<description>News and Information about Adobe Flex &#38; Adobe AIR by Rich Tretola</description>
	<lastBuildDate>Sat, 13 Mar 2010 14:10:47 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mickael</title>
		<link>http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/comment-page-1/#comment-53265</link>
		<dc:creator>mickael</dc:creator>
		<pubDate>Sun, 27 Sep 2009 11:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1211#comment-53265</guid>
		<description>Hello ,

Very good application !

I had a question if you want to export your application into myappli.air , is it possible to include your java application or you have always to start first your java application and then start myappli.air ?

Because start two application is not good for the final user

thank you for your help</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>Very good application !</p>
<p>I had a question if you want to export your application into myappli.air , is it possible to include your java application or you have always to start first your java application and then start myappli.air ?</p>
<p>Because start two application is not good for the final user</p>
<p>thank you for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/comment-page-1/#comment-51904</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 19 Jun 2009 23:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1211#comment-51904</guid>
		<description>Thanks for your well illustrated samples!! I am running into an issue where the Java application does not wait but runs to completion. There are no obvious errors and seems to run okay. I looked at your video posting with regard to the Voice sample - I am also having the same experience with this as well. Any suggestion as to why the Java application thread is not waiting? Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for your well illustrated samples!! I am running into an issue where the Java application does not wait but runs to completion. There are no obvious errors and seems to run okay. I looked at your video posting with regard to the Voice sample &#8211; I am also having the same experience with this as well. Any suggestion as to why the Java application thread is not waiting? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Talking Head Blog</title>
		<link>http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/comment-page-1/#comment-51632</link>
		<dc:creator>The Talking Head Blog</dc:creator>
		<pubDate>Sun, 14 Jun 2009 17:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1211#comment-51632</guid>
		<description>[...] have seen Rich Tretola&#8217;s blog Everything Flex on text to speech through Merapi and thought it would make sense to do it the other way around. In [...]</description>
		<content:encoded><![CDATA[<p>[...] have seen Rich Tretola&#8217;s blog Everything Flex on text to speech through Merapi and thought it would make sense to do it the other way around. In [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Tretola</title>
		<link>http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/comment-page-1/#comment-51398</link>
		<dc:creator>Rich Tretola</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1211#comment-51398</guid>
		<description>Nope, my project has only the jars that I checked in:
commons-logging.jar
flex-messaging-common.jar
flex-messaging-core.jar
log4j-1.2.15.jar
merapi-core-0.1.8-beta.jar
spring.jar
tools.jar</description>
		<content:encoded><![CDATA[<p>Nope, my project has only the jars that I checked in:<br />
commons-logging.jar<br />
flex-messaging-common.jar<br />
flex-messaging-core.jar<br />
log4j-1.2.15.jar<br />
merapi-core-0.1.8-beta.jar<br />
spring.jar<br />
tools.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatrickG</title>
		<link>http://blog.everythingflex.com/2009/06/01/merapi-voice-new-airjava-example/comment-page-1/#comment-51394</link>
		<dc:creator>PatrickG</dc:creator>
		<pubDate>Wed, 10 Jun 2009 15:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=1211#comment-51394</guid>
		<description>Hey Rich,
I figured it out. The repository is indeed missing some files.
you probably have those jars in your default class path.
I had to add the following jars to the java-project (they can be found in the freetts-1.2.2-bin.zip on sourceforge)
[ http://ovh.dl.sourceforge.net/sourceforge/freetts/freetts-1.2.2-bin.zip]

cmu_time_awb.jar
cmu_us_kal.jar
cmudict04.jar
cmulex.jar
cmutimelex.jar
en_us.jar

Now I can hear kevin16 say anything I tell him to,
Although his Dutch pronunciation is kinda poor ;-)</description>
		<content:encoded><![CDATA[<p>Hey Rich,<br />
I figured it out. The repository is indeed missing some files.<br />
you probably have those jars in your default class path.<br />
I had to add the following jars to the java-project (they can be found in the freetts-1.2.2-bin.zip on sourceforge)<br />
[ <a href="http://ovh.dl.sourceforge.net/sourceforge/freetts/freetts-1.2.2-bin.zip" rel="nofollow">http://ovh.dl.sourceforge.net/sourceforge/freetts/freetts-1.2.2-bin.zip</a></p>
<p>cmu_time_awb.jar<br />
cmu_us_kal.jar<br />
cmudict04.jar<br />
cmulex.jar<br />
cmutimelex.jar<br />
en_us.jar</p>
<p>Now I can hear kevin16 say anything I tell him to,<br />
Although his Dutch pronunciation is kinda poor <img src='http://blog.everythingflex.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

