Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Free Spam filter for Outlook and Outlook Express

Text To Speech

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 02-27-2008
alexB
 

Posts: n/a
Text To Speech
I want to use TextToSpeech feature in my app. It is just a very raw idea. I
am not sure if it is going to work for me the way I want to use it.

Number one, I need an API for it, not UI. I need an exec. I will be able to
find it on my own (if one exists) but I will appreciate if someone in the
know will offer a helpful hand.

Again, for me to use it I need an API, an executable file somewhere in
Windows\System32 directory or elsewhere.

The second question is much more important. I do not want this API to read
simple texts. What I have in mind is the following. I've had a part of one
of my applications monitoring Systems.Processes. Any executable running in
the background is caught and its name is put in an Sql table. When this
executable appears for the first time the date is recorded and placed in a
separate field. Daily updates of this table are made.

So far I have been examining this table only occasionally but I am planning
to pay more attention to it. Also I want to write a piece of code which will
catch the first appearance of a new guy and give me an audible message. I
can make a generic message with SoundRecorder.exe but it would be fanciful
to go one step further. I want this file name to be pronounced. An example:
"A new exec has appeared. 'Its name is CAAntiSpyware."
So, my question is (for a person with any experience): will it be able to
handle gibberish like this? Some cases may be even worse.

This is a somewhat primitive design but eventually I will monitor all
sockets and do the same in terms of storing the names of who uses them and
why. Over there analysis is more complicated and I want to have more control
over the monitoring with audible messages.


BTW, CAAntiSpyware.exe guy gives me creeps. I refused to renew their
subscription when I switched to Vista. For those who followed I've explained
my decision since I felt that Vista plus SB S&D offer sufficient protection.
Somehow this guy ended up in my system anyway. On top of that it is not
listed among programs what I can uninstall. I remember vaguely that a popup
showed up saying that I was delinquent on their wonderful subscription and
if I wanted to renew it. I clicked NO. Apparently CA knew in advance what to
expect since their sales perhaps have gone down. They left no option for
their cra*p to be rejected. Now I will have to deal with this scam. Spybot
S&D did not recognize it as malware and MS Malicious Software Removal Tool
seemed to have ignored it too.


Thanks.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-27-2008
the wharf rat
 

Posts: n/a
Re: Text To Speech
In article <e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl>,
alexB <alexb@comcast.net> wrote:
>
>Again, for me to use it I need an API, an executable file somewhere in
>Windows\System32 directory or elsewhere.


An API is an application programming interface, a description of
a programmatic interface to a library, set of libraries, or an entire
application. It's not an application of itself.

I think you're looking for a set of libraries (DLL's) NOT an
executable...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008
Jon
 

Posts: n/a
Re: Text To Speech
Try

%SystemRoot%\System32\Speech\Common\sapi.dll

--
Jon


"alexB" <alexb@comcast.net> wrote in message
news:e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl...
>I want to use TextToSpeech feature in my app. It is just a very raw idea. I
>am not sure if it is going to work for me the way I want to use it.
>
> Number one, I need an API for it, not UI. I need an exec. I will be able
> to find it on my own (if one exists) but I will appreciate if someone in
> the know will offer a helpful hand.
>
> Again, for me to use it I need an API, an executable file somewhere in
> Windows\System32 directory or elsewhere.
>
> The second question is much more important. I do not want this API to read
> simple texts. What I have in mind is the following. I've had a part of one
> of my applications monitoring Systems.Processes. Any executable running in
> the background is caught and its name is put in an Sql table. When this
> executable appears for the first time the date is recorded and placed in a
> separate field. Daily updates of this table are made.
>
> So far I have been examining this table only occasionally but I am
> planning to pay more attention to it. Also I want to write a piece of code
> which will catch the first appearance of a new guy and give me an audible
> message. I can make a generic message with SoundRecorder.exe but it would
> be fanciful to go one step further. I want this file name to be
> pronounced. An example: "A new exec has appeared. 'Its name is
> CAAntiSpyware."
> So, my question is (for a person with any experience): will it be able to
> handle gibberish like this? Some cases may be even worse.
>
> This is a somewhat primitive design but eventually I will monitor all
> sockets and do the same in terms of storing the names of who uses them and
> why. Over there analysis is more complicated and I want to have more
> control over the monitoring with audible messages.
>
>
> BTW, CAAntiSpyware.exe guy gives me creeps. I refused to renew their
> subscription when I switched to Vista. For those who followed I've
> explained my decision since I felt that Vista plus SB S&D offer sufficient
> protection. Somehow this guy ended up in my system anyway. On top of that
> it is not listed among programs what I can uninstall. I remember vaguely
> that a popup showed up saying that I was delinquent on their wonderful
> subscription and if I wanted to renew it. I clicked NO. Apparently CA knew
> in advance what to expect since their sales perhaps have gone down. They
> left no option for their cra*p to be rejected. Now I will have to deal
> with this scam. Spybot S&D did not recognize it as malware and MS
> Malicious Software Removal Tool seemed to have ignored it too.
>
>
> Thanks.
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008
alexB
 

Posts: n/a
Re: Text To Speech
Wharf rat, I doubt you've ever read any elementary book about computers.

You quite clearly revealed the level you are on. Good luck.

We can talk Shakespeare but computer, No. It is not for you.


"the wharf rat" <wrat@panix.com> wrote in message
news:fq4hql$1kn$1@reader2.panix.com...
> In article <e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl>,
> alexB <alexb@comcast.net> wrote:
>>
>>Again, for me to use it I need an API, an executable file somewhere in
>>Windows\System32 directory or elsewhere.

>
> An API is an application programming interface, a description of
> a programmatic interface to a library, set of libraries, or an entire
> application. It's not an application of itself.
>
> I think you're looking for a set of libraries (DLL's) NOT an
> executable...
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-28-2008
NoStop
 

Posts: n/a
Re: Text To Speech
alexB wrote:

> Wharf rat, I doubt you've ever read any elementary book about computers.
>
> You quite clearly revealed the level you are on. Good luck.
>

He's shown he's miles beyond your level, that is for sure.

Cheers.

> We can talk Shakespeare but computer, No. It is not for you.
>
>
> "the wharf rat" <wrat@panix.com> wrote in message
> news:fq4hql$1kn$1@reader2.panix.com...
>> In article <e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl>,
>> alexB <alexb@comcast.net> wrote:
>>>
>>>Again, for me to use it I need an API, an executable file somewhere in
>>>Windows\System32 directory or elsewhere.

>>
>> An API is an application programming interface, a description of
>> a programmatic interface to a library, set of libraries, or an entire
>> application. It's not an application of itself.
>>
>> I think you're looking for a set of libraries (DLL's) NOT an
>> executable...
>>


--
Vista will make you speechless!
http://tinyurl.com/38zv7x

Proprietary Software: a 20th Century software business model.

Q: What OS is built for lusers?
A: Which one requires running lusermgr.msc to create them?

Frank, hard at work on his Vista computer all day:
http://redwing.hutman.net/~mreed/war...tm/compost.htm

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-28-2008
AlexB
 

Posts: n/a
Re: Text To Speech
If there is no API I will have to do all the programming from scratch. It
will be a long way. This dll has not valid CLR header and therefore cannot
be disassembled. Neither Ildasm.exe nor Lutz Disassembler gave me anything.

This dll is rather small. it has only 4 functions. They are all generic.
They do not seem to have anything to do with speech by the sound of them. I
mean, they certainly do, otherwise they won't be there but they are not
something you can call at first call.

The Dependency Walker opened it up. It does not care about CLR headers.

It is all of course sort of irrelevant for this NG. But I hoped somebody
could have had direct experience with speech recognition and shed some light
on what interests me.

Thanks a lot for the pointer.

"Jon" <Email_Address@SomewhereOrOther.com> wrote in message
news:e0oNQHYeIHA.4852@TK2MSFTNGP05.phx.gbl...
> Try
>
> %SystemRoot%\System32\Speech\Common\sapi.dll
>
> --
> Jon
>
>
> "alexB" <alexb@comcast.net> wrote in message
> news:e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl...
>>I want to use TextToSpeech feature in my app. It is just a very raw idea.
>>I am not sure if it is going to work for me the way I want to use it.
>>
>> Number one, I need an API for it, not UI. I need an exec. I will be able
>> to find it on my own (if one exists) but I will appreciate if someone in
>> the know will offer a helpful hand.
>>
>> Again, for me to use it I need an API, an executable file somewhere in
>> Windows\System32 directory or elsewhere.
>>
>> The second question is much more important. I do not want this API to
>> read simple texts. What I have in mind is the following. I've had a part
>> of one of my applications monitoring Systems.Processes. Any executable
>> running in the background is caught and its name is put in an Sql table.
>> When this executable appears for the first time the date is recorded and
>> placed in a separate field. Daily updates of this table are made.
>>
>> So far I have been examining this table only occasionally but I am
>> planning to pay more attention to it. Also I want to write a piece of
>> code which will catch the first appearance of a new guy and give me an
>> audible message. I can make a generic message with SoundRecorder.exe but
>> it would be fanciful to go one step further. I want this file name to be
>> pronounced. An example: "A new exec has appeared. 'Its name is
>> CAAntiSpyware."
>> So, my question is (for a person with any experience): will it be able to
>> handle gibberish like this? Some cases may be even worse.
>>
>> This is a somewhat primitive design but eventually I will monitor all
>> sockets and do the same in terms of storing the names of who uses them
>> and why. Over there analysis is more complicated and I want to have more
>> control over the monitoring with audible messages.
>>
>>
>> BTW, CAAntiSpyware.exe guy gives me creeps. I refused to renew their
>> subscription when I switched to Vista. For those who followed I've
>> explained my decision since I felt that Vista plus SB S&D offer
>> sufficient protection. Somehow this guy ended up in my system anyway. On
>> top of that it is not listed among programs what I can uninstall. I
>> remember vaguely that a popup showed up saying that I was delinquent on
>> their wonderful subscription and if I wanted to renew it. I clicked NO.
>> Apparently CA knew in advance what to expect since their sales perhaps
>> have gone down. They left no option for their cra*p to be rejected. Now I
>> will have to deal with this scam. Spybot S&D did not recognize it as
>> malware and MS Malicious Software Removal Tool seemed to have ignored it
>> too.
>>
>>
>> Thanks.
>>
>>

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-28-2008
Jon
 

Posts: n/a
Re: Text To Speech
You use its COM interface eg paste these 2 lines into notepad, save with a
..vbs extension, turn on your speakers, and click on it

Set spVoice = CreateObject("SAPI.spvoice")
spVoice.Speak("New process spotted CAAntiSpyware")


You can do something similar in your app.

--
Jon


"AlexB" <alexb@comcast.net> wrote in message
news:eoEEH2ZeIHA.5208@TK2MSFTNGP02.phx.gbl...
> If there is no API I will have to do all the programming from scratch. It
> will be a long way. This dll has not valid CLR header and therefore cannot
> be disassembled. Neither Ildasm.exe nor Lutz Disassembler gave me
> anything.
>
> This dll is rather small. it has only 4 functions. They are all generic.
> They do not seem to have anything to do with speech by the sound of them.
> I mean, they certainly do, otherwise they won't be there but they are not
> something you can call at first call.
>
> The Dependency Walker opened it up. It does not care about CLR headers.
>
> It is all of course sort of irrelevant for this NG. But I hoped somebody
> could have had direct experience with speech recognition and shed some
> light on what interests me.
>
> Thanks a lot for the pointer.
>
> "Jon" <Email_Address@SomewhereOrOther.com> wrote in message
> news:e0oNQHYeIHA.4852@TK2MSFTNGP05.phx.gbl...
>> Try
>>
>> %SystemRoot%\System32\Speech\Common\sapi.dll
>>
>> --
>> Jon
>>
>>
>> "alexB" <alexb@comcast.net> wrote in message
>> news:e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl...
>>>I want to use TextToSpeech feature in my app. It is just a very raw idea.
>>>I am not sure if it is going to work for me the way I want to use it.
>>>
>>> Number one, I need an API for it, not UI. I need an exec. I will be able
>>> to find it on my own (if one exists) but I will appreciate if someone in
>>> the know will offer a helpful hand.
>>>
>>> Again, for me to use it I need an API, an executable file somewhere in
>>> Windows\System32 directory or elsewhere.
>>>
>>> The second question is much more important. I do not want this API to
>>> read simple texts. What I have in mind is the following. I've had a part
>>> of one of my applications monitoring Systems.Processes. Any executable
>>> running in the background is caught and its name is put in an Sql table.
>>> When this executable appears for the first time the date is recorded and
>>> placed in a separate field. Daily updates of this table are made.
>>>
>>> So far I have been examining this table only occasionally but I am
>>> planning to pay more attention to it. Also I want to write a piece of
>>> code which will catch the first appearance of a new guy and give me an
>>> audible message. I can make a generic message with SoundRecorder.exe but
>>> it would be fanciful to go one step further. I want this file name to be
>>> pronounced. An example: "A new exec has appeared. 'Its name is
>>> CAAntiSpyware."
>>> So, my question is (for a person with any experience): will it be able
>>> to handle gibberish like this? Some cases may be even worse.
>>>
>>> This is a somewhat primitive design but eventually I will monitor all
>>> sockets and do the same in terms of storing the names of who uses them
>>> and why. Over there analysis is more complicated and I want to have more
>>> control over the monitoring with audible messages.
>>>
>>>
>>> BTW, CAAntiSpyware.exe guy gives me creeps. I refused to renew their
>>> subscription when I switched to Vista. For those who followed I've
>>> explained my decision since I felt that Vista plus SB S&D offer
>>> sufficient protection. Somehow this guy ended up in my system anyway. On
>>> top of that it is not listed among programs what I can uninstall. I
>>> remember vaguely that a popup showed up saying that I was delinquent on
>>> their wonderful subscription and if I wanted to renew it. I clicked NO.
>>> Apparently CA knew in advance what to expect since their sales perhaps
>>> have gone down. They left no option for their cra*p to be rejected. Now
>>> I will have to deal with this scam. Spybot S&D did not recognize it as
>>> malware and MS Malicious Software Removal Tool seemed to have ignored it
>>> too.
>>>
>>>
>>> Thanks.
>>>
>>>

>>

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-28-2008
AlexB
 

Posts: n/a
Re: Text To Speech

"Jon" <Email_Address@SomewhereOrOther.com> wrote in message
news:%23o30I8ZeIHA.4396@TK2MSFTNGP02.phx.gbl...
> You use its COM interface eg paste these 2 lines into notepad, save with a
> .vbs extension, turn on your speakers, and click on it
>
> Set spVoice = CreateObject("SAPI.spvoice")
> spVoice.Speak("New process spotted CAAntiSpyware")
>
>
> You can do something similar in your app.
>
> --
> Jon
>
>
> "AlexB" <alexb@comcast.net> wrote in message
> news:eoEEH2ZeIHA.5208@TK2MSFTNGP02.phx.gbl...
>> If there is no API I will have to do all the programming from scratch. It
>> will be a long way. This dll has not valid CLR header and therefore
>> cannot be disassembled. Neither Ildasm.exe nor Lutz Disassembler gave me
>> anything.
>>
>> This dll is rather small. it has only 4 functions. They are all generic.
>> They do not seem to have anything to do with speech by the sound of them.
>> I mean, they certainly do, otherwise they won't be there but they are not
>> something you can call at first call.
>>
>> The Dependency Walker opened it up. It does not care about CLR headers.
>>
>> It is all of course sort of irrelevant for this NG. But I hoped somebody
>> could have had direct experience with speech recognition and shed some
>> light on what interests me.
>>
>> Thanks a lot for the pointer.
>>
>> "Jon" <Email_Address@SomewhereOrOther.com> wrote in message
>> news:e0oNQHYeIHA.4852@TK2MSFTNGP05.phx.gbl...
>>> Try
>>>
>>> %SystemRoot%\System32\Speech\Common\sapi.dll
>>>
>>> --
>>> Jon
>>>
>>>
>>> "alexB" <alexb@comcast.net> wrote in message
>>> news:e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl...
>>>>I want to use TextToSpeech feature in my app. It is just a very raw
>>>>idea. I am not sure if it is going to work for me the way I want to use
>>>>it.
>>>>
>>>> Number one, I need an API for it, not UI. I need an exec. I will be
>>>> able to find it on my own (if one exists) but I will appreciate if
>>>> someone in the know will offer a helpful hand.
>>>>
>>>> Again, for me to use it I need an API, an executable file somewhere in
>>>> Windows\System32 directory or elsewhere.
>>>>
>>>> The second question is much more important. I do not want this API to
>>>> read simple texts. What I have in mind is the following. I've had a
>>>> part of one of my applications monitoring Systems.Processes. Any
>>>> executable running in the background is caught and its name is put in
>>>> an Sql table. When this executable appears for the first time the date
>>>> is recorded and placed in a separate field. Daily updates of this table
>>>> are made.
>>>>
>>>> So far I have been examining this table only occasionally but I am
>>>> planning to pay more attention to it. Also I want to write a piece of
>>>> code which will catch the first appearance of a new guy and give me an
>>>> audible message. I can make a generic message with SoundRecorder.exe
>>>> but it would be fanciful to go one step further. I want this file name
>>>> to be pronounced. An example: "A new exec has appeared. 'Its name is
>>>> CAAntiSpyware."
>>>> So, my question is (for a person with any experience): will it be able
>>>> to handle gibberish like this? Some cases may be even worse.
>>>>
>>>> This is a somewhat primitive design but eventually I will monitor all
>>>> sockets and do the same in terms of storing the names of who uses them
>>>> and why. Over there analysis is more complicated and I want to have
>>>> more control over the monitoring with audible messages.
>>>>
>>>>
>>>> BTW, CAAntiSpyware.exe guy gives me creeps. I refused to renew their
>>>> subscription when I switched to Vista. For those who followed I've
>>>> explained my decision since I felt that Vista plus SB S&D offer
>>>> sufficient protection. Somehow this guy ended up in my system anyway.
>>>> On top of that it is not listed among programs what I can uninstall. I
>>>> remember vaguely that a popup showed up saying that I was delinquent on
>>>> their wonderful subscription and if I wanted to renew it. I clicked NO.
>>>> Apparently CA knew in advance what to expect since their sales perhaps
>>>> have gone down. They left no option for their cra*p to be rejected. Now
>>>> I will have to deal with this scam. Spybot S&D did not recognize it as
>>>> malware and MS Malicious Software Removal Tool seemed to have ignored
>>>> it too.
>>>>
>>>>
>>>> Thanks.
>>>>
>>>>
>>>

>>

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-28-2008
AlexB
 

Posts: n/a
Re: Text To Speech
Thanks Jon, I am sick and tired of this VFP9 COM++ business. It works in one
place but when you move it to a new OS you immediately discover that all
dependencies were left behind and nothing works. And there might be quite a
few of them. In case of an API it is only one or two dlls you have to worry
about. With COM++ the situation is very opaque. I am really afraid of them.
Besides you have no control over the internals.

I used CreateObject ("_cryptapi") in XP and when I moved to Vista, I could
not revive it. I had the same problem with Office's graphics object for the
same reason.

I apprecaite your suggestion though. I appreciate it very much. I have a DB
for CreatObject clauses and I will put this one into it. It may be useful
one day, you never know.

Thanks again.

P.S. Do you think the SAPI.spvoice will be able to pronounce CAAntiSpyware?
This is the most important question. If it will, I will try yoour object for
sure. there is little risk involved.


"Jon" <Email_Address@SomewhereOrOther.com> wrote in message
news:%23o30I8ZeIHA.4396@TK2MSFTNGP02.phx.gbl...
> You use its COM interface eg paste these 2 lines into notepad, save with a
> .vbs extension, turn on your speakers, and click on it
>
> Set spVoice = CreateObject("SAPI.spvoice")
> spVoice.Speak("New process spotted CAAntiSpyware")
>
>
> You can do something similar in your app.
>
> --
> Jon
>
>
> "AlexB" <alexb@comcast.net> wrote in message
> news:eoEEH2ZeIHA.5208@TK2MSFTNGP02.phx.gbl...
>> If there is no API I will have to do all the programming from scratch. It
>> will be a long way. This dll has not valid CLR header and therefore
>> cannot be disassembled. Neither Ildasm.exe nor Lutz Disassembler gave me
>> anything.
>>
>> This dll is rather small. it has only 4 functions. They are all generic.
>> They do not seem to have anything to do with speech by the sound of them.
>> I mean, they certainly do, otherwise they won't be there but they are not
>> something you can call at first call.
>>
>> The Dependency Walker opened it up. It does not care about CLR headers.
>>
>> It is all of course sort of irrelevant for this NG. But I hoped somebody
>> could have had direct experience with speech recognition and shed some
>> light on what interests me.
>>
>> Thanks a lot for the pointer.
>>
>> "Jon" <Email_Address@SomewhereOrOther.com> wrote in message
>> news:e0oNQHYeIHA.4852@TK2MSFTNGP05.phx.gbl...
>>> Try
>>>
>>> %SystemRoot%\System32\Speech\Common\sapi.dll
>>>
>>> --
>>> Jon
>>>
>>>
>>> "alexB" <alexb@comcast.net> wrote in message
>>> news:e61uWBXeIHA.3756@TK2MSFTNGP06.phx.gbl...
>>>>I want to use TextToSpeech feature in my app. It is just a very raw
>>>>idea. I am not sure if it is going to work for me the way I want to use
>>>>it.
>>>>
>>>> Number one, I need an API for it, not UI. I need an exec. I will be
>>>> able to find it on my own (if one exists) but I will appreciate if
>>>> someone in the know will offer a helpful hand.
>>>>
>>>> Again, for me to use it I need an API, an executable file somewhere in
>>>> Windows\System32 directory or elsewhere.
>>>>
>>>> The second question is much more important. I do not want this API to
>>>> read simple texts. What I have in mind is the following. I've had a
>>>> part of one of my applications monitoring Systems.Processes. Any
>>>> executable running in the background is caught and its name is put in
>>>> an Sql table. When this executable appears for the first time the date
>>>> is recorded and placed in a separate field. Daily updates of this table
>>>> are made.
>>>>
>>>> So far I have been examining this table only occasionally but I am
>>>> planning to pay more attention to it. Also I want to write a piece of
>>>> code which will catch the first appearance of a new guy and give me an
>>>> audible message. I can make a generic message with SoundRecorder.exe
>>>> but it would be fanciful to go one step further. I want this file name
>>>> to be pronounced. An example: "A new exec has appeared. 'Its name is
>>>> CAAntiSpyware."
>>>> So, my question is (for a person with any experience): will it be able
>>>> to handle gibberish like this? Some cases may be even worse.
>>>>
>>>> This is a somewhat primitive design but eventually I will monitor all
>>>> sockets and do the same in terms of storing the names of who uses them
>>>> and why. Over there analysis is more complicated and I want to have
>>>> more control over the monitoring with audible messages.
>>>>
>>>>
>>>> BTW, CAAntiSpyware.exe guy gives me creeps. I refused to renew their
>>>> subscription when I switched to Vista. For those who followed I've
>>>> explained my decision since I felt that Vista plus SB S&D offer
>>>> sufficient protection. Somehow this guy ended up in my system anyway.
>>>> On top of that it is not listed among programs what I can uninstall. I
>>>> remember vaguely that a popup showed up saying that I was delinquent on
>>>> their wonderful subscription and if I wanted to renew it. I clicked NO.
>>>> Apparently CA knew in advance what to expect since their sales perhaps
>>>> have gone down. They left no option for their cra*p to be rejected. Now
>>>> I will have to deal with this scam. Spybot S&D did not recognize it as
>>>> malware and MS Malicious Software Removal Tool seemed to have ignored
>>>> it too.
>>>>
>>>>
>>>> Thanks.
>>>>
>>>>
>>>

>>

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-28-2008
Jon
 

Posts: n/a
Re: Text To Speech
"AlexB" <alexb@comcast.net> wrote in message
news:e0q8tcaeIHA.1824@TK2MSFTNGP02.phx.gbl...
> P.S. Do you think the SAPI.spvoice will be able to pronounce
> CAAntiSpyware? This is the most important question. If it will, I will try
> yoour object for sure. there is little risk involved.



Probably not, so I only say how I tend to use it.

For example I have an email program that I wrote that tells me when an email
arrives by voice. I may be out of the room, so the voice serves the purpose
of alerting me to the fact that an email has arrived. Since the voice might
be incomprehensible or I may not hear it from another room, it also pops up
a dialog to show the me the finer details.

So in your case you could perhaps use the voice to alert you to the fact
that an odd process has been detected and have some dialog to show the
actual details of the process.

Anyhow, whatever you choose hope it goes well with your project.

--
Jon




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Text to Speech 1.0 Vista-Ad-Vid Audio / Video Software Feed 0 01-19-2008 10:10
Text to speech Amrykid microsoft.public.windows.vista.general 1 05-16-2007 03:45
Text to speech =?Utf-8?B?U2VhblY=?= microsoft.public.windows.vista.general 3 04-21-2007 20:43
Text to Speech problem treesy microsoft.public.windows.vista.general 2 04-11-2007 10:42
Speech to text =?Utf-8?B?QW50aG9ueQ==?= microsoft.public.windows.vista.installation setup 3 03-01-2007 09:07




All times are GMT +1. The time now is 15:24.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119