<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/steeltts/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/steeltts/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Aug 2013 03:11:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steeltts/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Gwenn</title><link>https://sourceforge.net/p/steeltts/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,5 +1,7 @@
 **Frequently Asked Questions**
 =============
+
+-----

 #####What is Steel TTS?#####

@@ -21,9 +23,13 @@
 * Find available voices and voice variants
 * Set voice, rate, volume, pitch, and other settings

+-----
+
 #####How do I install Steel TTS?#####

 See the [Installation] wiki page.
+
+-----

 #####Are there any special installation instructions for the speech engines themselves?#####

@@ -37,6 +43,8 @@

 For more detailed information, see the [Installation] wiki page.

+-----
+
 #####In a few sentences, what does the MIT license mean?#####

 * You are free to use Steel, for any purpose
@@ -44,20 +52,28 @@
 * You can study how Steel works and change it
 * You can distribute changed versions of Steel

+-----
+
 #####How do I comply with the MIT license when releasing my code that uses Steel?#####

 If you distribute any of the Steel code, the only restriction is that you *must* include a copy of the original copyright and MIT license with it. Other than that, there are no restrictions on what purpose you use Steel for or what license you release your own software under.

 If your project does not contain, but merely references Steel (I.E.: the users are expected to download it themselves), then you are not obligated to do anything, but a little thank you note somewhere would be welcome.

+-----
+
 #####Where can I file a bug report?#####

 All bugs or issues with Steel TTS should be reported at http://sourceforge.net/p/steeltts/tickets/.
+
+-----

 #####Where can I make a feature request?#####

 If you have an idea for a new or improved feature for Steel, or improved functionality of any kind, email the Steel TTS lead developer, Jasper Danielson, at jrd4@rice.edu.

+-----
+
 #####How can I get involved?#####

 If you are interested in contributing to the Steel codebase, email the lead developer, Jasper Danielson, at jrd4@rice.edu.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gwenn</dc:creator><pubDate>Wed, 14 Aug 2013 03:11:08 -0000</pubDate><guid>https://sourceforge.net2d8de160b96108a685d3f998b6552ea984ab2c57</guid></item><item><title>FAQ modified by Gwenn</title><link>https://sourceforge.net/p/steeltts/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -37,6 +37,19 @@

 For more detailed information, see the [Installation] wiki page.

+#####In a few sentences, what does the MIT license mean?#####
+
+* You are free to use Steel, for any purpose
+* You are free to distribute Steel
+* You can study how Steel works and change it
+* You can distribute changed versions of Steel
+
+#####How do I comply with the MIT license when releasing my code that uses Steel?#####
+
+If you distribute any of the Steel code, the only restriction is that you *must* include a copy of the original copyright and MIT license with it. Other than that, there are no restrictions on what purpose you use Steel for or what license you release your own software under.
+
+If your project does not contain, but merely references Steel (I.E.: the users are expected to download it themselves), then you are not obligated to do anything, but a little thank you note somewhere would be welcome.
+
 #####Where can I file a bug report?#####

 All bugs or issues with Steel TTS should be reported at http://sourceforge.net/p/steeltts/tickets/.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gwenn</dc:creator><pubDate>Wed, 14 Aug 2013 03:08:05 -0000</pubDate><guid>https://sourceforge.net976812f3c9b43930f38a80572cdcecee2dbd243a</guid></item><item><title>FAQ modified by Gwenn</title><link>https://sourceforge.net/p/steeltts/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,23 @@

 #####What is Steel TTS?#####

-A
+Steel is a Python library of wrappers and useful functions for common text-to-speech engines in Windows, Mac OS X, and Linux. It is designed to make it as simple as possible to integrate text-to-speech capabilities into your own Python applications.
+
+Steel TTS currently supports the following text-to-speech engines:
+
+* Microsoft Speech API 5.x
+* NS Speech Synthesizer
+* eSpeak
+* FreeTTS
+
+For each of these text-to-speech engines, Steel allows you to:
+
+* Synthesize speech directly to the system speakers
+* Synthesize speech to a .wav audio file
+* Play .wav files
+* Interrupt speech production
+* Find available voices and voice variants
+* Set voice, rate, volume, pitch, and other settings

 #####How do I install Steel TTS?#####

@@ -11,16 +27,24 @@

 #####Are there any special installation instructions for the speech engines themselves?#####

-A
+Steel TTS is fairly flexible regarding the installation of the text-to-speech engines. However, there are a few things to keep in mind.
+
+* **Windows:** SAPI5 should come already installed on all Windows 2000/XP/Vista/7/8 computers. For eSpeak and FreeTTS, make sure that they are installed to either your default 'Program Files' or 'Program Files (x86)' folder, and have the same name as the respective Steel TTS wrapper ('eSpeak', etc).
+
+* **Mac OS X and Linux:** NSSS comes installed on all Mac OS X computers. For eSpeak and FreeTTS, make sure to either use an installer or follow the default instructions. For eSpeak, make sure that the 'espeak' executable is in your /usr/bin folder and the espeak-data folder is either in /usr/share or your home directory. For FreeTTS, simply place the 'freetts' folder in your /usr/share directory.
+
+* **Cygwin:** Follow either the Windows instructions or the Linux instructions.
+
+For more detailed information, see the [Installation] wiki page.

 #####Where can I file a bug report?#####

-A
+All bugs or issues with Steel TTS should be reported at http://sourceforge.net/p/steeltts/tickets/.

-#####Can I make a feature request?#####
+#####Where can I make a feature request?#####

-A
+If you have an idea for a new or improved feature for Steel, or improved functionality of any kind, email the Steel TTS lead developer, Jasper Danielson, at jrd4@rice.edu.

 #####How can I get involved?#####

-A
+If you are interested in contributing to the Steel codebase, email the lead developer, Jasper Danielson, at jrd4@rice.edu.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gwenn</dc:creator><pubDate>Tue, 06 Aug 2013 06:44:45 -0000</pubDate><guid>https://sourceforge.net4fe68e550e84ba8dfa100d6d88055fd4fd90e096</guid></item><item><title>FAQ modified by Gwenn</title><link>https://sourceforge.net/p/steeltts/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="frequently-asked-questions"&gt;&lt;strong&gt;Frequently Asked Questions&lt;/strong&gt;&lt;/h1&gt;
&lt;h5 id="what-is-steel-tts"&gt;What is Steel TTS?&lt;/h5&gt;
&lt;p&gt;A&lt;/p&gt;
&lt;h5 id="how-do-i-install-steel-tts"&gt;How do I install Steel TTS?&lt;/h5&gt;
&lt;p&gt;See the &lt;span&gt;[Installation]&lt;/span&gt; wiki page.&lt;/p&gt;
&lt;h5 id="are-there-any-special-installation-instructions-for-the-speech-engines-themselves"&gt;Are there any special installation instructions for the speech engines themselves?&lt;/h5&gt;
&lt;p&gt;A&lt;/p&gt;
&lt;h5 id="where-can-i-file-a-bug-report"&gt;Where can I file a bug report?&lt;/h5&gt;
&lt;p&gt;A&lt;/p&gt;
&lt;h5 id="can-i-make-a-feature-request"&gt;Can I make a feature request?&lt;/h5&gt;
&lt;p&gt;A&lt;/p&gt;
&lt;h5 id="how-can-i-get-involved"&gt;How can I get involved?&lt;/h5&gt;
&lt;p&gt;A&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gwenn</dc:creator><pubDate>Wed, 31 Jul 2013 22:32:38 -0000</pubDate><guid>https://sourceforge.net4e5976a1a7a12b82e619c5e1dc3f87507012126a</guid></item></channel></rss>