<?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: How to make your computer talk/speak what you type</title>
	<atom:link href="http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 22:28:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: The white russian</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-63126</link>
		<dc:creator>The white russian</dc:creator>
		<pubDate>Wed, 24 Aug 2011 20:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-63126</guid>
		<description>Please help after doing the above it says
Line 2
Char 34
Error unterminated string constant
code 800A0409
Source Microsoft VBSscript compilation error

Thanks</description>
		<content:encoded><![CDATA[<p>Please help after doing the above it says<br />
Line 2<br />
Char 34<br />
Error unterminated string constant<br />
code 800A0409<br />
Source Microsoft VBSscript compilation error</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-48852</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Tue, 09 Nov 2010 09:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-48852</guid>
		<description>@Jeff
To make the voice speak when you run a program, you will need to use AutoIt - just google it and click the first link. (in the installer, set it to run the script when you open them.)
Now go to Start, Programs, AutoIt v3, SciTE Script Editor and type this in, then save it to &quot;%homedrive%%homepath%\start menu\programs\startup\sapispeak.au3&quot; (with the quotes).

$sapi=ObjCreate(&quot;sapi.spvoice&quot;) ;Start sapi
$sapi.speak(&quot; &quot;) ;Initialise sapi
While 1
 WinWait(&quot;Firefox&quot;) ;Wait for a Firefox window
 $sapi.speak(&quot;Starting Firefox.&quot;) ;Speak
WEnd

Replace Firefox with any word that appears in the title bar of the program you want it to speak for, refer to the &quot;Window Titles and Text (Basic)&quot; page of the help file for details. Now log off and log on again and when you run the program you set it to, the voice says what you typed. To stop it, click the AutoIt icon in the system tray and choose exit.</description>
		<content:encoded><![CDATA[<p>@Jeff<br />
To make the voice speak when you run a program, you will need to use AutoIt &#8211; just google it and click the first link. (in the installer, set it to run the script when you open them.)<br />
Now go to Start, Programs, AutoIt v3, SciTE Script Editor and type this in, then save it to &#8220;%homedrive%%homepath%\start menu\programs\startup\sapispeak.au3&#8243; (with the quotes).</p>
<p>$sapi=ObjCreate(&#8220;sapi.spvoice&#8221;) ;Start sapi<br />
$sapi.speak(&#8221; &#8220;) ;Initialise sapi<br />
While 1<br />
 WinWait(&#8220;Firefox&#8221;) ;Wait for a Firefox window<br />
 $sapi.speak(&#8220;Starting Firefox.&#8221;) ;Speak<br />
WEnd</p>
<p>Replace Firefox with any word that appears in the title bar of the program you want it to speak for, refer to the &#8220;Window Titles and Text (Basic)&#8221; page of the help file for details. Now log off and log on again and when you run the program you set it to, the voice says what you typed. To stop it, click the AutoIt icon in the system tray and choose exit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Shedge</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-48532</link>
		<dc:creator>Sachin Shedge</dc:creator>
		<pubDate>Sun, 07 Nov 2010 05:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-48532</guid>
		<description>I am loving it.......</description>
		<content:encoded><![CDATA[<p>I am loving it&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-48503</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 06 Nov 2010 16:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-48503</guid>
		<description>Hey. Do you know how I can get it so that whenever I click on something, (say: Mozilla Firefox) it will say something like: &quot;Opening window terminal.&quot; ???</description>
		<content:encoded><![CDATA[<p>Hey. Do you know how I can get it so that whenever I click on something, (say: Mozilla Firefox) it will say something like: &#8220;Opening window terminal.&#8221; ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-47522</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sat, 23 Oct 2010 23:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-47522</guid>
		<description>for the people who cant get it to work., if u copied it, you have to remove the quotes, and then retype the quotes back in. dont know why this is, but they actually look different than the ones you copy, plus the program will work then. 

to madalyn&gt;&gt;  vbs  is visual basic script. a programing language, that creates all the cool gui&#039;s you get in windows, like boxes, windows</description>
		<content:encoded><![CDATA[<p>for the people who cant get it to work., if u copied it, you have to remove the quotes, and then retype the quotes back in. dont know why this is, but they actually look different than the ones you copy, plus the program will work then. </p>
<p>to madalyn&gt;&gt;  vbs  is visual basic script. a programing language, that creates all the cool gui&#8217;s you get in windows, like boxes, windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madalyn</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-44819</link>
		<dc:creator>madalyn</dc:creator>
		<pubDate>Sat, 11 Sep 2010 13:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-44819</guid>
		<description>uuum, what is a vbs file?</description>
		<content:encoded><![CDATA[<p>uuum, what is a vbs file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manjunath</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-43947</link>
		<dc:creator>manjunath</dc:creator>
		<pubDate>Wed, 01 Sep 2010 07:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-43947</guid>
		<description>its working for me,  my computer can speak!</description>
		<content:encoded><![CDATA[<p>its working for me,  my computer can speak!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladkohelper</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-41945</link>
		<dc:creator>Vladkohelper</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-41945</guid>
		<description>I got a solution for (VISTA), only you have to download this:

biblprog.org.ua/en/speech_api/

Download it and have fun!!</description>
		<content:encoded><![CDATA[<p>I got a solution for (VISTA), only you have to download this:</p>
<p>biblprog.org.ua/en/speech_api/</p>
<p>Download it and have fun!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sara</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-41650</link>
		<dc:creator>sara</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-41650</guid>
		<description>This is so fun.

Thanks!!</description>
		<content:encoded><![CDATA[<p>This is so fun.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Popaname</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-39585</link>
		<dc:creator>Popaname</dc:creator>
		<pubDate>Sat, 19 Jun 2010 00:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-39585</guid>
		<description>On my computer it does not work like that, and I have a Windows XP. For the people that can not get it to work can follow these steps.

1) Click the Start button
2) Go to &quot;Control Panel&quot;
3) Click on &quot;Speech&quot;
4) Look under the sentence that says &quot;Use the following text to preview the voice:&quot; and backspace the words that are in the bar.
5) Type whatever things you want to and push &quot;Preview Voice&quot;.

P.S. You can change the speed of the voice by dragging the arrow back and forth.</description>
		<content:encoded><![CDATA[<p>On my computer it does not work like that, and I have a Windows XP. For the people that can not get it to work can follow these steps.</p>
<p>1) Click the Start button<br />
2) Go to &#8220;Control Panel&#8221;<br />
3) Click on &#8220;Speech&#8221;<br />
4) Look under the sentence that says &#8220;Use the following text to preview the voice:&#8221; and backspace the words that are in the bar.<br />
5) Type whatever things you want to and push &#8220;Preview Voice&#8221;.</p>
<p>P.S. You can change the speed of the voice by dragging the arrow back and forth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Popaname</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-39584</link>
		<dc:creator>Popaname</dc:creator>
		<pubDate>Sat, 19 Jun 2010 00:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-39584</guid>
		<description>It did not work. I&#039;ll try agin.</description>
		<content:encoded><![CDATA[<p>It did not work. I&#8217;ll try agin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danae</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-39509</link>
		<dc:creator>Danae</dc:creator>
		<pubDate>Thu, 17 Jun 2010 15:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-39509</guid>
		<description>It worked for me!!! Do you know how to make my computer talk with female voice?? 
Thanks!!</description>
		<content:encoded><![CDATA[<p>It worked for me!!! Do you know how to make my computer talk with female voice??<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinda hax</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-38428</link>
		<dc:creator>Pinda hax</dc:creator>
		<pubDate>Sun, 30 May 2010 23:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-38428</guid>
		<description>You need to copy the picture. not the text (no ctrl c + v).
because in the text are soms spacebars written, and also the &quot;&quot;s are wrong. copy this:

dim message, sapi
message=InputBox(&quot;Type here&quot;,&quot;Talk&quot;)
set sapi=CreateObject(&quot;sapi.spvoice&quot;)
sapi.Speak message

Grz.
Pinda.</description>
		<content:encoded><![CDATA[<p>You need to copy the picture. not the text (no ctrl c + v).<br />
because in the text are soms spacebars written, and also the &#8220;&#8221;s are wrong. copy this:</p>
<p>dim message, sapi<br />
message=InputBox(&#8220;Type here&#8221;,&#8221;Talk&#8221;)<br />
set sapi=CreateObject(&#8220;sapi.spvoice&#8221;)<br />
sapi.Speak message</p>
<p>Grz.<br />
Pinda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Heyyo</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-37714</link>
		<dc:creator>Mr.Heyyo</dc:creator>
		<pubDate>Fri, 21 May 2010 00:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-37714</guid>
		<description>It worked fine for me, I found this program that works without installing the software. Copy and paste the file but change all of the &quot;&quot; Because it wnt work so you must change all of them, for me I just typed out the whole document.</description>
		<content:encoded><![CDATA[<p>It worked fine for me, I found this program that works without installing the software. Copy and paste the file but change all of the &#8220;&#8221; Because it wnt work so you must change all of them, for me I just typed out the whole document.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.online-tech-tips.com/fun-stuff/make-your-computer-talkspeak-what-you-type/comment-page-3/#comment-37606</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Wed, 19 May 2010 14:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/?p=9166#comment-37606</guid>
		<description>Aseem, você não tem nenhuma dica de um programa que eu escreva e o pc fale, e eu consiga gravar o que ele disse ?

Eu preciso colocar uma gravação pra um vídeo entendeu, ele estaria narrando o vídeo,mas como fica muito chiado no microfone, eu procurei um programa assim.

Beijos!</description>
		<content:encoded><![CDATA[<p>Aseem, você não tem nenhuma dica de um programa que eu escreva e o pc fale, e eu consiga gravar o que ele disse ?</p>
<p>Eu preciso colocar uma gravação pra um vídeo entendeu, ele estaria narrando o vídeo,mas como fica muito chiado no microfone, eu procurei um programa assim.</p>
<p>Beijos!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/22 queries in 0.014 seconds using disk
Object Caching 496/502 objects using disk

Served from: www.online-tech-tips.com @ 2012-02-13 11:30:15 -->
