<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>tazti Speech Recognition Forums</title>
        <description>These forums are devoted to the topics of tazti Speech Recognition and Voice Recognition</description>
        <link>http://www.tazti.com/forums/index.php</link>
        <lastBuildDate>Thu, 09 Sep 2010 07:17:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.13</generator>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,55,62#msg-62</guid>
            <title>Re: A way to open folders, too!</title>
            <link>http://www.tazti.com/forums/read.php?14,55,62#msg-62</link>
            <description><![CDATA[ until such time as the release of the new product (which I hope allows unlimited custom commands instead of this 35 only business) try using the following: <br />
<br />
1. create a text document any place. <br />
<br />
2. cut/paste the following (this is to open &quot;My Documents&quot; ): <br />
<pre class="bbcode">
'***************************************************
' File:    Shell.vbs (WSH sample in VBScript) 
' Author:  (c) Matthew Mansfield 2010
' E-Mail: <a href="mailto:&#109;&#97;&#116;&#116;&#104;&#101;&#119;&#46;&#108;&#46;&#109;&#97;&#110;&#115;&#102;&#105;&#101;&#108;&#100;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">&#109;&#97;&#116;&#116;&#104;&#101;&#119;&#46;&#108;&#46;&#109;&#97;&#110;&#115;&#102;&#105;&#101;&#108;&#100;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a>
' Goal: To open my documents
'***************************************************
Option Explicit

Dim Shell, wsh, Title, path

Title = &quot;sample - by Matthew Mansfield&quot;


' Create WshShell object.
Set wsh = WScript.CreateObject (&quot;WScript.Shell&quot; ) 'no space between the &quot; and the ) this forum is thinking that's a face for some reason

' Windows directory
path = wsh.ExpandEnvironmentStrings(&quot;C:\Users\Matthew Mansfield\Documents&quot; ) 'no space between the &quot; and the ) this forum is thinking that's a face for some reason

' Create Windows shell Application object.
Set Shell = WScript.CreateObject (&quot;Shell.Application&quot; ) 'no space between the &quot; and the ) this forum is thinking that's a face for some reason



' This runs Explorer with the folder tree rooted at the path specified
' (same as wsh.Run &quot;explorer.exe /e,/root,&quot; &amp; path).
Shell.Explore path


'*** End</pre>
<br />
3. save the document, but change the file extension to .vbs<br />
4. click yes to confirm this action. <br />
5. going back to tazti; enter your custom command such as, &quot;computer open my documents&quot; <br />
6. reference this .vbs document as a program to run and it will open your &quot;my documents&quot; folder <br />
<br />
If you wish to open another location simply change out the &quot;C:\Users\Matthew Mansfield\Documents&quot; for whatever folder location you wish to open. <br />
<br />
Just a thought!  It has worked for me to open many different folder(s) and locations. It's cool if you write your own .vbs documents because you can attach audio as well. So you ask your computer to open &quot;my documents&quot; and your computer can respond with an acknowledgment .wav or .mp3 clip (without opening wmp or some other sort of media player - b/c it does all of that in the background). It really adds a cool feel to your computer when you ask it things and it responds by opening things and thanking you or responding with any audio really!! <br />
<br />
If you have any more questions feel free to drop me a message. <br />
<br />
Your Geek~]]></description>
            <dc:creator>gr8_big_geek</dc:creator>
            <category>Suggestions</category>
            <pubDate>Thu, 05 Aug 2010 16:53:34 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,59,60#msg-60</guid>
            <title>Re: SPEECH TO TEXT</title>
            <link>http://www.tazti.com/forums/read.php?14,59,60#msg-60</link>
            <description><![CDATA[ Hi Lyn,  <br />
<br />
Thanks for your posting. We do have a new version coming out within 40 days that will include an easy to use &quot;speech to text&quot; capability that we call &quot;jot a note&quot;. It's not meant for lawyers or doctors. Just a fun capability. You can dictate into Word, Notepad, Wordpad, Open Office other word processors as well as text boxes in browsers etc. Before using the new dictation feature. be sure to train your software as directed according the Operating System you are running. 3 sessions for XP, 1 session for Vista, 1 session for the new 64bit Windows 7 version.<br />
<br />
Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Suggestions</category>
            <pubDate>Thu, 29 Jul 2010 23:15:13 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,59,59#msg-59</guid>
            <title>SPEECH TO TEXT</title>
            <link>http://www.tazti.com/forums/read.php?14,59,59#msg-59</link>
            <description><![CDATA[ The main reason I got this software is because I was looking for talk to text so I can dictate emails and such. I am very happy with it anyhow, but is this something that is coming in the future?]]></description>
            <dc:creator>Lyn</dc:creator>
            <category>Suggestions</category>
            <pubDate>Thu, 29 Jul 2010 13:15:31 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?5,4,58#msg-58</guid>
            <title>Re: A Thought</title>
            <link>http://www.tazti.com/forums/read.php?5,4,58#msg-58</link>
            <description><![CDATA[ Unless I am missing something, there seems to be little interest in posting anything in these forum. Is there another tatzi forum?<br />
   I am somewhat of a computer geek and gadget freak. I love this program and look forward to seeing what can be done with it.  I congratulate all those who have worked to create it. Well done.]]></description>
            <dc:creator>johnrp</dc:creator>
            <category>Off Topic</category>
            <pubDate>Tue, 20 Jul 2010 01:30:10 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,55,56#msg-56</guid>
            <title>Re: A way to open folders, too!</title>
            <link>http://www.tazti.com/forums/read.php?14,55,56#msg-56</link>
            <description><![CDATA[ Hi, <br />
Thanks for the suggestion. I checked with our engineers and they tell me that the &quot;the ability to open a folder via a custom speech command&quot; has been added to our new edition which should be out in September 2010. Be sure to look for it around then at www.tazti.com! Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Suggestions</category>
            <pubDate>Sat, 17 Jul 2010 01:07:01 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,55,55#msg-55</guid>
            <title>A way to open folders, too!</title>
            <link>http://www.tazti.com/forums/read.php?14,55,55#msg-55</link>
            <description><![CDATA[ I use tazti for a long time and I noticed that you can add a custom speech command only for a website or a program! How about if with a custom command, someone could open a folder?]]></description>
            <dc:creator>sonicstratos</dc:creator>
            <category>Suggestions</category>
            <pubDate>Thu, 15 Jul 2010 06:14:18 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,18,51#msg-51</guid>
            <title>Re: Support for other media players</title>
            <link>http://www.tazti.com/forums/read.php?14,18,51#msg-51</link>
            <description><![CDATA[ I'm new to tazti, just downloaded it, so forgive me if my comment makes no sense, or is inappropriate.<br />
<br />
I, too, would like to see support of additional media players in tazti. I don't own an iPod, and have never had any interest in iTunes. With that said, I was thinking that if there was a way in which tazti could utilize active hot key commands, it might be possible to run other media players which support hot keys.<br />
<br />
As an example, Media Player Classic Home Cinema not only allows hot keys, or keystroke combination shortcuts, but also allows them to be user customized under View/Options/Player/Keys/. If your developers were to initially integrate application specific hotkeys, or there was a detailed description on how to customize commands in tazti to represent hotkeys, and the ability to open and close out the initial executable, then at least media players with hotkeys supported could be quickly added into the list of useful applications controlled by tazti. Unfortunately, since this is off the top of my head, I have no idea at present as to how one might update or modify a playlist, but since most media players allow for saved playlists, a tazti user would at least have some form of alternative media player support.]]></description>
            <dc:creator>bmore</dc:creator>
            <category>Suggestions</category>
            <pubDate>Mon, 22 Mar 2010 11:32:14 -0400</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?6,26,50#msg-50</guid>
            <title>Re: Autoboot, remove startup sound?</title>
            <link>http://www.tazti.com/forums/read.php?6,26,50#msg-50</link>
            <description><![CDATA[ In <b>tazti</b>'s program folder, you'll notice that there's a file called &quot;welcome.mp3&quot; ... just replace that with a silent mp3 file and you don't get that loud &quot;Welcome&quot; sound at the beginning.<br />
<br />
I've uploaded my copy of the silence that I made using Audacity... just download it, and replace welcome.mp3 with it. :)<br />
<br />
[<a href="http://www.dalehay.com/welcome.mp3" rel="nofollow" >www.dalehay.com</a>]<br />
<br />
(File IS safe too) :)]]></description>
            <dc:creator>Dale</dc:creator>
            <category>Installing and Running</category>
            <pubDate>Fri, 12 Mar 2010 02:31:21 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?2,23,48#msg-48</guid>
            <title>Re: How far can/will customization go?</title>
            <link>http://www.tazti.com/forums/read.php?2,23,48#msg-48</link>
            <description><![CDATA[ We are kicking this one around....]]></description>
            <dc:creator>admin</dc:creator>
            <category>Cool Ways to Use tazti - Mashups</category>
            <pubDate>Thu, 04 Mar 2010 01:44:48 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?2,23,47#msg-47</guid>
            <title>Re: How far can/will customization go?</title>
            <link>http://www.tazti.com/forums/read.php?2,23,47#msg-47</link>
            <description><![CDATA[ How about receiving voice from a wav file? Can it be done?]]></description>
            <dc:creator>worldconcepts</dc:creator>
            <category>Cool Ways to Use tazti - Mashups</category>
            <pubDate>Tue, 02 Mar 2010 15:46:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,11,46#msg-46</guid>
            <title>Re: tazti ideas</title>
            <link>http://www.tazti.com/forums/read.php?14,11,46#msg-46</link>
            <description><![CDATA[ I would like to see a visual indication of what tazti has heard so far.  This would help me know that it is listening, and that it is understanding me :o, or not :X. I wouldn't mind having a little voice monitor in the corner active all the time providing this feedback of what tazti is hearing. <br />
<br />
It could also provide a list of things to say next.  For example, if I say &quot;go&quot; it could popup a list of things that follow &quot;go&quot; so I could look and find out, or remember, which one I wanted to say.  This would be more like a hierarchical menu system.]]></description>
            <dc:creator>dlaliberte</dc:creator>
            <category>Suggestions</category>
            <pubDate>Sat, 27 Feb 2010 21:37:26 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?2,45,45#msg-45</guid>
            <title>Using Tazti to build websites</title>
            <link>http://www.tazti.com/forums/read.php?2,45,45#msg-45</link>
            <description><![CDATA[ Hey! I just wanted to let you know that I've incorporated Tazti into my website-building software. As in, I speak a command such as, &quot;start a new project&quot;, and it launches one of my php scripts that starts a custom website project. The script then awaits text inputs, such as, &quot;project name&quot;, &quot;project type&quot; (like a blog site or a full-blown business website), &quot;project author&quot;, etc etc.<br />
<br />
I'm really, REALLY hoping that a future version of Tazti will incorporate more than an A-B interaction (such as A = me giving a command, and B = Tazti executing an action). I think it'd be just so awesome if it was an A-B, C-D interaction (where A = my command and B = Tazti executing an action and then specifically awaiting voice input (like 3 or 4 voice elements) from me, C = my voice inputs and D = Tazti running a final execution based on those voice inputs).<br />
<br />
Basically, when I say, &quot;start a new project&quot;, I want Tazti to execute one of my php scripts and await my voice input. When I give the voice input, Tazti fills in the text input fields with my voice input and submits the page.<br />
<br />
This seriously would be awesome! It's kinda like a primitive Jarvis system from IronMan.<br />
<br />
Oh, another thing I think would be great is if Tazti can catch commands from a quick sentance, like, &quot;Ok, lets start a new project shall we?&quot; and it would catch &quot;start a new project&quot;. I've experimented with this and it seems to need a short pause before the actual command is said in order to recognize it. Do I just need to train it more?<br />
<br />
Another thing I think would be great is if when Tazti goes to a website, it does it in the current browser tab instead of opening a new one.<br />
<br />
Anyway, just some ideas. Thanks so much for your awesome program!! I can really see this going far, even so far as to control electronics in the home. Not just lights, but the TV, the oven, the microwave. In fact, I'm learning how to write programs to control such appliances and I'd like to use Tazti in them. Thanks again!]]></description>
            <dc:creator>jjdugan</dc:creator>
            <category>Cool Ways to Use tazti - Mashups</category>
            <pubDate>Tue, 23 Feb 2010 10:42:11 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,42,42#msg-42</guid>
            <title>More iTunes control</title>
            <link>http://www.tazti.com/forums/read.php?14,42,42#msg-42</link>
            <description><![CDATA[ It would be nice if you could add the following voice commands for iTunes (or WMP):<br />
<br />
Play song - searches and plays a particular song in the music library<br />
Play artist - searches and plays all songs by a particular artist in the music library<br />
Play year - plays only songs from a certain year<br />
Play genre - plays only songs from a specified genre<br />
Play mood - plays only songs from a specific mood (as part of the ID3 tag)<br />
Play star rating - plays only songs from the star rating in which you specify<br />
Play decade - creates a playlist based on a decade in which you specify (this would be really cool)<br />
<br />
When you switch to the radio library, it would be nice to specify and play a radio station.  For example: Play radio &lt;radio station name&gt;.  Additionally, it would be great if you could move around in the radio stations without being local to the machine.<br />
<br />
I like how you are making making tazti available for free and appreciate your work!  Thx!]]></description>
            <dc:creator>Oingofan</dc:creator>
            <category>Suggestions</category>
            <pubDate>Wed, 03 Feb 2010 21:31:01 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?11,39,41#msg-41</guid>
            <title>Re: Use tazti to start streaming a radio station from the itunes &quot;radio list&quot; library.</title>
            <link>http://www.tazti.com/forums/read.php?11,39,41#msg-41</link>
            <description><![CDATA[ Bummer...I was hoping to use only voice commands to search and start radio on iTunes.  Something to consider for the wishlist...  :)]]></description>
            <dc:creator>Oingofan</dc:creator>
            <category>tazti and iTunes</category>
            <pubDate>Tue, 02 Feb 2010 01:43:13 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?11,39,40#msg-40</guid>
            <title>Use tazti to start streaming a radio station from the itunes &quot;radio list&quot; library.</title>
            <link>http://www.tazti.com/forums/read.php?11,39,40#msg-40</link>
            <description><![CDATA[ How to use tazti to start streaming a radio station from the itunes radio list library.<br />
<br />
1. Open iTunes by saying &quot;Play music&quot;.<br />
<br />
2. Say &quot;Radio Library&quot;  to open the itunes library of available streaming radio stations you can listen to. <br />
<br />
3. <b>Move your mouse cursor over the Stream(type) of radio station you want to play.</b>  Say &quot;double click&quot; and it expands the list showing all available stations of that kind of music. <br />
<br />
4. <b>Move your mouse cursor over the radio station you want to play.</b>  Say &quot;double click&quot; and it starts the music streaming to your PC. <br />
<br />
Note: You can cause a stream to reduce back to heading only by saying &quot;double click&quot; on the heading a second time. <br />
<br />
Try it!]]></description>
            <dc:creator>admin</dc:creator>
            <category>tazti and iTunes</category>
            <pubDate>Mon, 01 Feb 2010 22:12:50 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?11,39,39#msg-39</guid>
            <title>iTunes radio selection</title>
            <link>http://www.tazti.com/forums/read.php?11,39,39#msg-39</link>
            <description><![CDATA[ I see that you can tell iTunes to go to the radio area, but how do you select which station?]]></description>
            <dc:creator>Oingofan</dc:creator>
            <category>tazti and iTunes</category>
            <pubDate>Sun, 31 Jan 2010 13:13:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?6,10,38#msg-38</guid>
            <title>&quot;MutPma, m7&quot; error</title>
            <link>http://www.tazti.com/forums/read.php?6,10,38#msg-38</link>
            <description><![CDATA[ The &quot;MutPma, m7&quot; error described in 2 posts will be fixed in the next edition of tazti to be relesaed in the next few months.  Thanks for the info!!!<br />
<br />
Also... remember....  Don't post personal PC info in these forums..   Instead email it to us at:<br />
<br />
support @ tazti .com<br />
<br />
adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Installing and Running</category>
            <pubDate>Mon, 25 Jan 2010 05:09:06 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?13,37,37#msg-37</guid>
            <title>Execute Command Line  - -  tazti API</title>
            <link>http://www.tazti.com/forums/read.php?13,37,37#msg-37</link>
            <description><![CDATA[ Over the past year or so we've had many people ask us about command line control and opening our API for everyone to use. Well we are doing it....   in the next version of tazti which will be released in the next few months. You are going to have a lot of fun with tazti when this feature becomes available. Send us your email address at info @ tazti .com with a request to be added to our early notify list and we will contact you as soon as the new version is released!<br />
<br />
AND we've decided to have a mashup contest...  so start coming up with ideas. We may even offer a cash prize!!<br />
<br />
Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>tazti and Custom Commands</category>
            <pubDate>Mon, 25 Jan 2010 04:53:27 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,22,36#msg-36</guid>
            <title>Re: tazti to create a to do list</title>
            <link>http://www.tazti.com/forums/read.php?14,22,36#msg-36</link>
            <description><![CDATA[ Cool idea... we'll add it to the list for our mad scientist engineers to look at if we can only get them to stop raiding the drinks/treats refrigerator!!!]]></description>
            <dc:creator>admin</dc:creator>
            <category>Suggestions</category>
            <pubDate>Mon, 25 Jan 2010 04:47:49 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,24,35#msg-35</guid>
            <title>Re: Mouse movements</title>
            <link>http://www.tazti.com/forums/read.php?14,24,35#msg-35</link>
            <description><![CDATA[ Very cool that you are helping a friend!<br />
<br />
&quot;Scroll Down&quot; and &quot;Tab&quot; will be included in the next version of tazti. It's already designed in and will be released within the next few months. Send me your email address to info @ tazti .com and I'll add you to the list to be notified when the new version is released. (don't post your email address here)<br />
<br />
As far as &quot;mouse left 100&quot;,...  well originally we designed tazti for people with hand, wrist, finger problems...  you know, they can move the mouse, but it's painful to click. But we've had some quadraplegics contact us as well so we are scripting out how we could do this. But realistically  it could be 9 months + or -. <br />
<br />
We do appreciate the suggestion. We want to make it work for all of our user base!<br />
<br />
Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Suggestions</category>
            <pubDate>Mon, 25 Jan 2010 04:45:30 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?2,9,34#msg-34</guid>
            <title>Re: Robbie the Robot (Forbidden Planet) uses tazti</title>
            <link>http://www.tazti.com/forums/read.php?2,9,34#msg-34</link>
            <description><![CDATA[ Also....<br />
<br />
On our next version of tazti we are going to include access to our API so anyone can easily hook tazti up to cool apps / robots etc. We will have a contest to see who can make the best mashups. maybe offer a cash prize.....Stay tooned to tazti.com in next few months!!!<br />
<br />
Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Cool Ways to Use tazti - Mashups</category>
            <pubDate>Mon, 25 Jan 2010 04:32:42 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?2,23,33#msg-33</guid>
            <title>Re: How far can/will customization go?</title>
            <link>http://www.tazti.com/forums/read.php?2,23,33#msg-33</link>
            <description><![CDATA[ Yes, we are including most of what you request in the next version of tazti soon to be released in a few months. As well as some new really cool features. Send me your email address at info @ tazti .com and I'll add you to the list of people to notify upon release.<br />
<br />
best,<br />
<br />
Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Cool Ways to Use tazti - Mashups</category>
            <pubDate>Mon, 25 Jan 2010 04:30:13 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?13,25,32#msg-32</guid>
            <title>Re: Remove Existing Commands for Custom Only</title>
            <link>http://www.tazti.com/forums/read.php?13,25,32#msg-32</link>
            <description><![CDATA[ We have done what you want in the next version of tazti. It will be out in a few months. You will be able to turn on/off speech commands on each &quot;tab&quot; of the application. If you want to turn everything off except custom commands you will be able to do so. There are going to be a FEW commands you will not be able to turn off.  But overall you will be very happy. Email me at info @ tazti .com and I'll add you to the list to be notified when the new version is available in a few months. <br />
<br />
Also....   well how can I say this. We don't recommend using loud TV or stereo in background when using any speech recognition. You are right...  it works too well and it's always listening... <br />
<br />
Best,<br />
<br />
Adam at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>tazti and Custom Commands</category>
            <pubDate>Mon, 25 Jan 2010 04:22:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?6,26,31#msg-31</guid>
            <title>Re: Autoboot, remove startup sound?</title>
            <link>http://www.tazti.com/forums/read.php?6,26,31#msg-31</link>
            <description><![CDATA[ Regarding &quot;auto booting tazti&quot; ....   Yes you can set tazti to &quot;autoboot&quot; when the PC turns on. <br />
<br />
You can go to the &quot;options tab&quot; on the dashboard and you will see 3 checkboxes in the center section. Click the middle checkbox putting a check into it. When you shut down tazti will remember your choice. The next time you turn your PC on, as it boots tazti will be turned on for you. <br />
<br />
As far as the &quot;stopping&quot; bootup sound goes....  I'll pass your email on to engineering. Don't hold your breath on this one....  I know they are working on some BIG new features....  limited resources and everything if you know what I mean. But you never know maybe they can fit this one in somehow....<br />
<br />
Best,<br />
<br />
Adam at team tazti<br />
<br />
support @ tazti .com]]></description>
            <dc:creator>admin</dc:creator>
            <category>Installing and Running</category>
            <pubDate>Mon, 25 Jan 2010 04:17:03 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,27,30#msg-30</guid>
            <title>Re: Custom Sound Response To Custom Commands</title>
            <link>http://www.tazti.com/forums/read.php?14,27,30#msg-30</link>
            <description><![CDATA[ Hi, <br />
<br />
Thanks for the suggestion. We have a new version of tazti coming out soon with some new features and bug fixes. It does NOT include the sound features you are suggesting. I will forward your suggestion to engineering to see about the following version.  Thanks for trying tazti.<br />
<br />
Adama at team tazti]]></description>
            <dc:creator>admin</dc:creator>
            <category>Suggestions</category>
            <pubDate>Mon, 25 Jan 2010 04:04:38 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?6,10,29#msg-29</guid>
            <title>Re: Installing and Running</title>
            <link>http://www.tazti.com/forums/read.php?6,10,29#msg-29</link>
            <description><![CDATA[ hello, i got the same error message than  megaspade9909 on running Tazti on my XP Pro SP3. I tried to uninstall and reinstall again 3 times, unfortunately with same results. I already run Tazti succesfully on another pc with XP Home Edition. Please can anybody give any advice?<br />
Regards, david]]></description>
            <dc:creator>ddsfrutel</dc:creator>
            <category>Installing and Running</category>
            <pubDate>Sat, 23 Jan 2010 15:31:20 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?13,28,28#msg-28</guid>
            <title>handicapped friend</title>
            <link>http://www.tazti.com/forums/read.php?13,28,28#msg-28</link>
            <description><![CDATA[ Hi, <br />
I'm trying to get Tazti working for a friend's 25 year old daughter who was in a car accident.  Her speech isn't clear enough for Tazti to recognize all of the commands correctly.   (We have completed four different passages for the &quot;train a recognition profile&quot;.)  I want to change some of the commands but don't know where the .exe files are.  (I apologize that my computer background isn't great.):<br />
<br />
1.  I want to change &quot;click&quot; and &quot;double click&quot; to something simpler to say such as &quot;tap&quot; and &quot;two tap&quot; by adding them as custom commands.  Where would I find the &quot;program&quot; for the mouse click/double click/right click?  <br />
<br />
2.  I want to change &quot;mute computer microphone&quot; and &quot;activate computer microphone&quot; to just &quot;no mike&quot; and &quot;mike on&quot;.  Where would I find the &quot;program&quot; for those commands?<br />
<br />
3.  I want to change &quot;search bookmarks&quot; to &quot;go to fav&quot;.  Where would I find the right .exe to create that as a custom command?<br />
<br />
Also, is there a way to delete some of the standard commands in Tazti so that the program doesn't have that option?  My thinking is that if there are fewer commands available, she will be sent to the wrong place/have the wrong program open less often. <br />
<br />
Thanks you for your help and I again apologize for my lack of computer knowledge.<br />
<br />
Trish]]></description>
            <dc:creator>Trish</dc:creator>
            <category>tazti and Custom Commands</category>
            <pubDate>Mon, 11 Jan 2010 13:47:28 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?14,27,27#msg-27</guid>
            <title>Custom Sound Response To Custom Commands</title>
            <link>http://www.tazti.com/forums/read.php?14,27,27#msg-27</link>
            <description><![CDATA[ Could you add a feature to allow a custom sound to be activated in response to custom commands along with the file/ program activation? (in a way that each command can have a different sound.) Or is there one already?]]></description>
            <dc:creator>TheAtomicSoul</dc:creator>
            <category>Suggestions</category>
            <pubDate>Sun, 10 Jan 2010 15:35:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?6,26,26#msg-26</guid>
            <title>Autoboot, remove startup sound?</title>
            <link>http://www.tazti.com/forums/read.php?6,26,26#msg-26</link>
            <description><![CDATA[ Is there a way to have the program startup at boot?<br />
<br />
Also, no offense, but I hate statup sounds from program, or any sound I don't want to hear on purpose. Is there a way to remove the startup sound when the program begins?]]></description>
            <dc:creator>TheAtomicSoul</dc:creator>
            <category>Installing and Running</category>
            <pubDate>Sun, 10 Jan 2010 15:29:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.tazti.com/forums/read.php?13,25,25#msg-25</guid>
            <title>Remove Existing Commands for Custom Only</title>
            <link>http://www.tazti.com/forums/read.php?13,25,25#msg-25</link>
            <description><![CDATA[ I want to have only custom commands: the program works TOO good and opens things from noise from the TV. It's taking forever to remove them and so far I haven't found an option to remove them all. <br />
Is there an easy way to do this?]]></description>
            <dc:creator>TheAtomicSoul</dc:creator>
            <category>tazti and Custom Commands</category>
            <pubDate>Sun, 10 Jan 2010 15:28:07 -0500</pubDate>
        </item>
    </channel>
</rss>
