<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Hebrew Speech Files</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew</link>
<description></description>

<item>
<title>jazzman-20080709-cey</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/jazzman-20080709-cey</link>
<description>User Name:jazzman</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/jazzman-20080709-cey</guid>
<pubDate>Fri, 11 Jul 2008 15:58:41 -0500</pubDate>
</item>

<item>
<title>HB-ethanoconnors-20080607-qug</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080607-qug</link>
<description>User Name:ethanoconnors</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080607-qug</guid>
<pubDate>Fri, 13 Jun 2008 08:50:39 -0500</pubDate>
</item>

<item>
<title>HB-avia-20080610-dxv</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/hb-avia-20080610-dxv</link>
<description>User Name:avia</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/hb-avia-20080610-dxv</guid>
<pubDate>Fri, 13 Jun 2008 08:49:33 -0500</pubDate>
</item>

<item>
<title>HB-ethanoconnors-20080605-set</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080605-set</link>
<description>User Name:ethanoconnors</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080605-set</guid>
<pubDate>Fri, 06 Jun 2008 09:26:15 -0500</pubDate>
</item>

<item>
<title>HB-ethanoconnors-20080605-qno</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080605-qno</link>
<description>User Name:ethanoconnors</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080605-qno</guid>
<pubDate>Fri, 06 Jun 2008 09:25:46 -0500</pubDate>
</item>

<item>
<title>HB-ethanoconnors-20080605-bjh</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080605-bjh</link>
<description>User Name:ethanoconnors</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/hb-ethanoconnors-20080605-bjh</guid>
<pubDate>Fri, 06 Jun 2008 09:24:56 -0500</pubDate>
</item>

<item>
<title>HB-anonymous-20080511-fov</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/hb-anonymous-20080511-fov</link>
<description>User Name:anonymous</description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/hb-anonymous-20080511-fov</guid>
<pubDate>Mon, 12 May 2008 09:50:50 -0500</pubDate>
</item>

<item>
<title>&#x5BC;&#x5BC;Sending text to speakers  + talking head.</title>
<link>http://www.voxforge.org/home/downloads/speech/hebrew/sending-text-to-speakers---talking-head2</link>
<description>General description: I&#x27;ll describe the steps of sending text to speakers (the speakers would be the stdout) + talking head. I&#x27;d like to save the open source comunity time so I&#x27;ll describe all steps. To implement FREETTS (http://freetts.sourceforge.net/docs/index.php) the follow steps would be nesessary: My envoronment:     (standard hardware) Cyrex 2GH, 1GB ram OS. Linux Ubuntu 7.1 1) Necessary Installed compononets: Java JDK1.6(+), Java IDE Eclipse  3.2+. 2) The freetts-1.2-bin should be install. (You have to be aware just ver freetts-1.2 is tested!). 3) execute the jsapi file (FreeTTs/lib/jsapi) 4) add FreeTTs jar files as external file to the java build path (Eclipse IDE -&#x26;gt; Package Explorer -&#x26;gt; FreeTTs -&#x26;gt; properties -&#x26;gt; java build path -&#x26;gt; libraries -&#x26;gt; Add External JARs -&#x26;gt; FreeTTs/lib/All JAR Files). 5) copy speech.properties file (from FreeTTs root) to your installed Java JDK/jre/lib 6) unzip files (FreeTTs.zip &#x26;amp; dukeSpeaks&#x202C;.zip) to your eclipse workspace. 7) Eclipse IDE -&#x26;gt; Project -&#x26;gt; Clean -&#x26;gt; Clean all projects -&#x26;gt; OK) 8) Eclipse IDE -&#x26;gt; File -&#x26;gt; Refresh 9) if you already complite paragraphs 3 to 8, you should run the aplication (by Eclipse IDE -&#x26;gt; Package Explorer -&#x26;gt; FreeTTs -&#x26;gt; run  -&#x26;gt; run as -&#x26;gt; name  -&#x26;gt; what ever . .  -&#x26;gt;  main class -&#x26;gt; HelloWorld -&#x26;gt; Apply -&#x26;gt; Run) 10) The speakers should say &#x22;Hello World&#x22;. if so, continue . . . 11) Add to dukeSpeaks project all FreeTTs jar files as external file to the java build path (Eclipse IDE -&#x26;gt; Package Explorer -&#x26;gt; FreeTTs -&#x26;gt; properties -&#x26;gt; java build path -&#x26;gt; libraries -&#x26;gt; Add External JARs -&#x26;gt; FreeTTs/lib/All JAR Files like as paragraphs 4). 12) Appand to dukeSpeaks project, project FreeTTs (Eclipse IDE -&#x26;gt; Package Explorer -&#x26;gt; dukeSpeaks -&#x26;gt; properties -&#x26;gt; java build path -&#x26;gt; Project -&#x26;gt; Add -&#x26;gt; FreeTTs Project). 13) if you already complite paragraphs 11, 12 you should run the aplication (by Eclipse IDE -&#x26;gt; Package Explorer -&#x26;gt; dukeSpeaks -&#x26;gt; run  -&#x26;gt; run as -&#x26;gt; name  -&#x26;gt; what ever . .  -&#x26;gt;  main class -&#x26;gt; com.bdaum.dukeSpeaks.Player -&#x26;gt; Apply -&#x26;gt; Run) ps. The code is free to any kind of usage. I hope the explenation help and save time. Good luck Eyal </description>
<guid isPermaLink="true">http://www.voxforge.org/home/downloads/speech/hebrew/sending-text-to-speakers---talking-head2</guid>
<pubDate>Sun, 23 Mar 2008 17:49:24 -0500</pubDate>
</item>

</channel>
</rss>
