<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: speech code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 08 Aug 2008 11:44:13 GMT</pubDate>
    <description>DZone Snippets: speech code</description>
    <item>
      <title>Festival TTS for Ruby</title>
      <link>http://snippets.dzone.com/posts/show/5234</link>
      <description>This text-to-speech engine uses Ruby and festival. Listen to the output as an &lt;a href="http://tinyurl.com/2knm39"&gt;mp3 sample&lt;/a&gt; [twittergram.com]&lt;br /&gt;&lt;br /&gt;Prerequisites:&lt;br /&gt;  sudo apt-get install festival lame&lt;br /&gt;  sudo gem install festivaltts4r&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;require "rubygems"&lt;br /&gt;require "festivaltts4r"&lt;br /&gt;				&lt;br /&gt;"I'm talking".to_speech&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Reference: &lt;a href="http://festivaltts4r.rubyforge.org/"&gt;Festival TTS for Ruby - Make your Ruby Strings talk!&lt;/a&gt; [rubyforge.org]</description>
      <pubDate>Sat, 15 Mar 2008 02:55:23 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5234</guid>
      <author>jrobertson (James Robertson)</author>
    </item>
    <item>
      <title>Using Espeak</title>
      <link>http://snippets.dzone.com/posts/show/5220</link>
      <description>Espeak is a Text-to-speech program which I have used on Ubuntu. A sample of the audio can be found from &lt;a href="http://tinyurl.com/2tokqz"&gt;my twittergram&lt;/a&gt; [twittergram.com]. Note: I made a few spelling mistakes in the audio, listen and tell me if you can hear them.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;espeak -f hello_jr -s 120&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 12 Mar 2008 21:29:36 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5220</guid>
      <author>jrobertson (James Robertson)</author>
    </item>
    <item>
      <title>Speech recognition</title>
      <link>http://snippets.dzone.com/posts/show/734</link>
      <description>The code is too long. I'd rather just make a &lt;a href=http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/93025&gt;link&lt;/a&gt;.&lt;br /&gt;It uses MS Speech SDK 5.1 via COM.</description>
      <pubDate>Sat, 17 Sep 2005 06:26:09 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/734</guid>
      <author>korakot (Korakot Chaovavanich)</author>
    </item>
    <item>
      <title>Text-to-speech</title>
      <link>http://snippets.dzone.com/posts/show/733</link>
      <description>&lt;code&gt;&lt;br /&gt;&gt;&gt;&gt; import win32com.client&lt;br /&gt;&gt;&gt;&gt; s = win32com.client.Dispatch("SAPI.SpVoice")&lt;br /&gt;&gt;&gt;&gt; s.Speak('Hello, how are you?')&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;You need MS Speech SDK installed. See &lt;a href=http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/114216&gt;recipe&lt;/a&gt;.</description>
      <pubDate>Sat, 17 Sep 2005 06:16:48 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/733</guid>
      <author>korakot (Korakot Chaovavanich)</author>
    </item>
  </channel>
</rss>
