Re: [Audyssey] sapi5 eloquence

2015-07-06 Thread valiant8086


Cheers, Sent with Thunderbird 31.3.0 portable
Hi.

Thanks for passing this on. I've tried the demo with our Yellowbonnet 
audiogame and it works pretty well. I've emailed code factory asking 
them to provide the ability to eliminate the pauses that occur between 
sentences, and whether a purchased license works on multiple machines or 
just one, we shall see if they respond.




On 7/5/2015 2:52 PM, Josh K wrote:

hi
there is now sapi5 eloquence available. get the demo from here.

http://www.comproom.co.uk/downloads/EloquenceForWindows_ComputerRoom-Setup.exe 



and buy it here.

http://comproom.secured-area.co.uk/acatalog/Code_Factory_Nuance_Voices.html 



you can use it to play audio games that require sapi. it comes with 
the following languages.

american and british english
castilian and mexican spanish
canadian and standard french
german
italian
portuguese brazilian
finnish
japanese
korean
chinese mandarin.

current conversion rates put it at arounf $84. if you break it down by 
language divide by 13 that's roughly the same cost as voxin for linux 
per language.






---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] sapi5 eloquence

2015-07-05 Thread Josh K

hi
there is now sapi5 eloquence available. get the demo from here.

http://www.comproom.co.uk/downloads/EloquenceForWindows_ComputerRoom-Setup.exe

and buy it here.

http://comproom.secured-area.co.uk/acatalog/Code_Factory_Nuance_Voices.html

you can use it to play audio games that require sapi. it comes with the 
following languages.

american and british english
castilian and mexican spanish
canadian and standard french
german
italian
portuguese brazilian
finnish
japanese
korean
chinese mandarin.

current conversion rates put it at arounf $84. if you break it down by 
language divide by 13 that's roughly the same cost as voxin for linux 
per language.



--
follow me on twitter @joshknnd1982


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-08 Thread Jim Kitchen

Hi Thomas,

Thank you.  That's interesting.  The syntax is not too different than for the 
SDK that I use.

I imagine that those who have written a speech rapper have found similar 
commands for each of the screen readers.

- Original Message -
Hi Jim,

Yes, I do something similar when stopping the SAPI output before
speaking a new string of text. In C++ it would look like this.

void StopSpeech()
{
g_voice-Speak(L, SVSFPurgeBeforeSpeak, 0);
}

Cheers!


On 5/7/13, Jim Kitchen j...@kitchensinc.net wrote:

Hi,

I forgot, this is another sapi5 command that I find very useful in games.

Sub stopspeech()
Voice.Speak vbNullString, SVSFPurgeBeforeSpeak
End Sub

You know for when you want to interrupt and stop the current speech and
start saying something new after using the command

Voice.Speak g$, SVSFlagsAsync

BFN

 Jim



---

Jim

Taglines...one line freedom of speech!

j...@kitchensinc.net
http://www.kitchensinc.net
(440) 286-6920
Chardon Ohio USA
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-08 Thread Thomas Ward
Hi Jim,

Yes. Accessing the various screen readers is very similar. To access
Jaws on Jaws 8 and above there is a Com component called the FSAPI.
That's short for Freedom Scientific API.You initialize it like any
other  Windows Com component and simply pass strings of text to the
functions in the FSAPI. I don't remember the functions right off the
top of my head, but I followed the documentation they sent me and it
was a piece of cake.

I think the only screen reader I know of that doesn't have a Com based
interface is NVDA. I think you have to link directly to the NVDA
Controller Client directly, but that might have changed. At any rate
writing a wrapper for various screen readers in Visual Basic 6 or
Visual Basic .NET is a fairly straight forward process. At least for
current versions of the various screen readers.

Cheers!


On 5/8/13, Jim Kitchen j...@kitchensinc.net wrote:
 Hi Thomas,

 Thank you.  That's interesting.  The syntax is not too different than for
 the SDK that I use.

 I imagine that those who have written a speech rapper have found similar
 commands for each of the screen readers.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] sapi5 voice

2013-05-07 Thread Jim Kitchen

Hi,

I forgot, this is another sapi5 command that I find very useful in games.

Sub stopspeech()
Voice.Speak vbNullString, SVSFPurgeBeforeSpeak
End Sub

You know for when you want to interrupt and stop the current speech and start 
saying something new after using the command

Voice.Speak g$, SVSFlagsAsync

BFN

Jim

You're just jealous because the voices only talk to me.

j...@kitchensinc.net
http://www.kitchensinc.net
(440) 286-6920
Chardon Ohio USA
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-07 Thread Thomas Ward
Hi Jim,

Yes, I do something similar when stopping the SAPI output before
speaking a new string of text. In C++ it would look like this.

void StopSpeech()
{
g_voice-Speak(L, SVSFPurgeBeforeSpeak, 0);
}

Cheers!


On 5/7/13, Jim Kitchen j...@kitchensinc.net wrote:
 Hi,

 I forgot, this is another sapi5 command that I find very useful in games.

 Sub stopspeech()
 Voice.Speak vbNullString, SVSFPurgeBeforeSpeak
 End Sub

 You know for when you want to interrupt and stop the current speech and
 start saying something new after using the command

 Voice.Speak g$, SVSFlagsAsync

 BFN

  Jim


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-07 Thread Thomas Ward
Hi Philip,

Thanks for that note. As it happens I see what you mean. I was just
doing some preliminary testing on MOTA when I started having problems
with the SAPI voice I was using.

What happened is I switched to Acapela Heather, probably my favorite
SAPI voice, when the game began locking up and the speech was very
sluggish. As soon as I switched to a different voice like Realspeak
Tom the problems went away. So obviously it was the SAPI voice I was
using. I'm glad to know using IDispatch would resolve this problem.

Cheers!

On 5/6/13, Philip Bennefall phi...@blastbay.com wrote:
 Hi Thomas,

 Just a couple of tips that apply whether you choose the speech markup or
 not:

 1. Avoid the direct interface from C++ to Sapi. Use IDispatch. This is a
 little harder, but when you call Sapi directly from the provided C++ API a
 lot of commercial voices don't work for whatever reason. Early versions of
 the tts_voice implementation in BGT did this, and I had to rewrite the code

 from scratch to use IDispatch. Now it works everywhere.

 2. I do recommend you take the time to fiddle with variants, at least if you

 want to have a completely reliable method of setting the rate and volume
 etc. With the tags you have to supply them each time you invoke speak, which

 adds unnecessary overhead. In short, the settings are apparently not
 persistent across speak method calls. I had to do this for pitch as it is
 the only way, but I am very thankful that I didn't have to do it for rate
 and volume as well. BGT now uses IDispatch calls for all Sapi communication,

 and it works really well and was definitely worth the time fiddling with the

 variants.

 Good luck.

 Kind regards,

 Philip Bennefall

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] sapi5 voice

2013-05-06 Thread Jim Kitchen

Hi Thomas,

I'm not sure about the sapi5 SDK that you are using, but the one that I am 
using has such commands as

Voice.Speak g$
Voice.Speak g$, SVSFlagsAsync
Voice.Volume = 100
Voice.Rate = 0

So with the rate command you can change the rate of the speech from within the 
game and don't need to do it in the control panel.

Like when I am playing the game of Life since I have played it so many times 
over the years and really know each square on the board I really crank up the 
rate of speech, but for other games, reading Email etc I have it more around 3.

I still really like programming using the sapi5 speech.  The only thing that 
might make it even funner would be if it had some of the weird things that the 
software DecTalk can do.  You know I'm sure that you have heard it sing etc.

BFN

Jim

You're just jealous because the voices only talk to me.

j...@kitchensinc.net
http://www.kitchensinc.net
(440) 286-6920
Chardon Ohio USA
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-06 Thread Thomas Ward
Hi Jim,

I'm using the Windows 7 Platform SDK. The SAPI 5 SDK was discontinued
and rolled into newer versions of the Windows Platform SDK which makes
sense.

Anyway, for some reason every time I try to do something like
g_voice-Rate = 5;
in C++ it gives me an error. However, it works fine in C# .NET and VB .NET.

That said, there is an alternative way to change rate, pitch, and
volume in newer versions of SAPI. Versions of SAPI 5.3, 5.4, and 5.5
now use SML tagging to control the rate, pitch, and volume on the fly
like
g_voice-Speak(ABSOLUTE_RATE=5Hello world!, SVSFlagsAsync, 0);
which works fine if a person is running Windows Vista, Windows 7, or
Windows 8, but isn't available on Windows XP and earlier. So that is
why I chose to use the Control Panel. :D

Cheers!


On 5/6/13, Jim Kitchen j...@kitchensinc.net wrote:
 Hi Thomas,

 I'm not sure about the sapi5 SDK that you are using, but the one that I am
 using has such commands as

 Voice.Speak g$
 Voice.Speak g$, SVSFlagsAsync
 Voice.Volume = 100
 Voice.Rate = 0

 So with the rate command you can change the rate of the speech from within
 the game and don't need to do it in the control panel.

 Like when I am playing the game of Life since I have played it so many times
 over the years and really know each square on the board I really crank up
 the rate of speech, but for other games, reading Email etc I have it more
 around 3.

 I still really like programming using the sapi5 speech.  The only thing that
 might make it even funner would be if it had some of the weird things that
 the software DecTalk can do.  You know I'm sure that you have heard it sing
 etc.

 BFN

  Jim

 You're just jealous because the voices only talk to me.

 j...@kitchensinc.net
 http://www.kitchensinc.net
 (440) 286-6920
 Chardon Ohio USA
 ---
 Gamers mailing list __ Gamers@audyssey.org
 If you want to leave the list, send E-mail to
 gamers-unsubscr...@audyssey.org.
 You can make changes or update your subscription via the web, at
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
 All messages are archived and can be searched and read at
 http://www.mail-archive.com/gamers@audyssey.org.
 If you have any questions or concerns regarding the management of the list,
 please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-06 Thread Philip Bennefall

Hi Thomas,

Without knowing the issue first hand, I just wanted to mention that if Sapi 
5.3 and above is COM and is structured in a similar fashion to 5.1, you 
can't just say rate=5. Managed code probably gives you a wrapper that causes 
a function invokation to occur internally. In C++ you have to invoke the 
setter function for the property accessor. If you have the professional 
version of Visual Studio you can use ATL for that, otherwise you have to 
fiddle with variant structures directly. Setting a property is actually 
quite similar to making a method call.


Kind rewgards,

Philip Bennefall
- Original Message - 
From: Thomas Ward thomasward1...@gmail.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, May 06, 2013 11:30 AM
Subject: Re: [Audyssey] sapi5 voice


Hi Jim,

I'm using the Windows 7 Platform SDK. The SAPI 5 SDK was discontinued
and rolled into newer versions of the Windows Platform SDK which makes
sense.

Anyway, for some reason every time I try to do something like
g_voice-Rate = 5;
in C++ it gives me an error. However, it works fine in C# .NET and VB .NET.

That said, there is an alternative way to change rate, pitch, and
volume in newer versions of SAPI. Versions of SAPI 5.3, 5.4, and 5.5
now use SML tagging to control the rate, pitch, and volume on the fly
like
g_voice-Speak(ABSOLUTE_RATE=5Hello world!, SVSFlagsAsync, 0);
which works fine if a person is running Windows Vista, Windows 7, or
Windows 8, but isn't available on Windows XP and earlier. So that is
why I chose to use the Control Panel. :D

Cheers!


On 5/6/13, Jim Kitchen j...@kitchensinc.net wrote:

Hi Thomas,

I'm not sure about the sapi5 SDK that you are using, but the one that I am
using has such commands as

Voice.Speak g$
Voice.Speak g$, SVSFlagsAsync
Voice.Volume = 100
Voice.Rate = 0

So with the rate command you can change the rate of the speech from within
the game and don't need to do it in the control panel.

Like when I am playing the game of Life since I have played it so many 
times

over the years and really know each square on the board I really crank up
the rate of speech, but for other games, reading Email etc I have it more
around 3.

I still really like programming using the sapi5 speech.  The only thing 
that

might make it even funner would be if it had some of the weird things that
the software DecTalk can do.  You know I'm sure that you have heard it 
sing

etc.

BFN

 Jim

You're just jealous because the voices only talk to me.

j...@kitchensinc.net
http://www.kitchensinc.net
(440) 286-6920
Chardon Ohio USA
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-06 Thread Thomas Ward
Hi Philip,

Thanks. Now, that makes sense, and unfortunately I am not running
Visual Studio Pro. All I have here is the express versions so I don't
have ATL. Gr.

Anyway, your assessment was right on the money. SAPI 5.3 and above are
Com based, and that is why I can't just pass a value like 5 to rate
and 75 to volume. So for me, at least, I think the only workaround
will be to use SML tags since it doesn't require either A, paying mega
bucks for Visual Studio Pro, or B, fiddling with varient structures
directly.

Cheers!


On 5/6/13, Philip Bennefall phi...@blastbay.com wrote:
 Hi Thomas,

 Without knowing the issue first hand, I just wanted to mention that if Sapi

 5.3 and above is COM and is structured in a similar fashion to 5.1, you
 can't just say rate=5. Managed code probably gives you a wrapper that causes

 a function invokation to occur internally. In C++ you have to invoke the
 setter function for the property accessor. If you have the professional
 version of Visual Studio you can use ATL for that, otherwise you have to
 fiddle with variant structures directly. Setting a property is actually
 quite similar to making a method call.

 Kind rewgards,

 Philip Bennefall

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5 voice

2013-05-06 Thread Philip Bennefall

Hi Thomas,

Just a couple of tips that apply whether you choose the speech markup or 
not:


1. Avoid the direct interface from C++ to Sapi. Use IDispatch. This is a 
little harder, but when you call Sapi directly from the provided C++ API a 
lot of commercial voices don't work for whatever reason. Early versions of 
the tts_voice implementation in BGT did this, and I had to rewrite the code 
from scratch to use IDispatch. Now it works everywhere.


2. I do recommend you take the time to fiddle with variants, at least if you 
want to have a completely reliable method of setting the rate and volume 
etc. With the tags you have to supply them each time you invoke speak, which 
adds unnecessary overhead. In short, the settings are apparently not 
persistent across speak method calls. I had to do this for pitch as it is 
the only way, but I am very thankful that I didn't have to do it for rate 
and volume as well. BGT now uses IDispatch calls for all Sapi communication, 
and it works really well and was definitely worth the time fiddling with the 
variants.


Good luck.

Kind regards,

Philip Bennefall
- Original Message - 
From: Thomas Ward thomasward1...@gmail.com

To: phi...@blastbay.com; Gamers Discussion list gamers@audyssey.org
Sent: Monday, May 06, 2013 12:07 PM
Subject: Re: [Audyssey] sapi5 voice


Hi Philip,

Thanks. Now, that makes sense, and unfortunately I am not running
Visual Studio Pro. All I have here is the express versions so I don't
have ATL. Gr.

Anyway, your assessment was right on the money. SAPI 5.3 and above are
Com based, and that is why I can't just pass a value like 5 to rate
and 75 to volume. So for me, at least, I think the only workaround
will be to use SML tags since it doesn't require either A, paying mega
bucks for Visual Studio Pro, or B, fiddling with varient structures
directly.

Cheers!


On 5/6/13, Philip Bennefall phi...@blastbay.com wrote:

Hi Thomas,

Without knowing the issue first hand, I just wanted to mention that if 
Sapi


5.3 and above is COM and is structured in a similar fashion to 5.1, you
can't just say rate=5. Managed code probably gives you a wrapper that 
causes


a function invokation to occur internally. In C++ you have to invoke the
setter function for the property accessor. If you have the professional
version of Visual Studio you can use ATL for that, otherwise you have to
fiddle with variant structures directly. Setting a property is actually
quite similar to making a method call.

Kind rewgards,

Philip Bennefall



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] sapi5

2012-11-12 Thread Curt Taubert
Hi all, I enjoy playing games like BG Uno.  Here's the problem.  I currently 
have four voices.  Microsoft Anna and, the three Espeak voices I got from 
downloading them on Klango.  When I try to change the default voice, it only 
gives me one voice.  Microsoft Anna.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5

2012-11-12 Thread Gerardo Corripio

 Might be because they're tied to NVDA or other software?

El 12/11/2012 08:20 a.m., Curt Taubert escribió:

Hi all, I enjoy playing games like BG Uno.  Here's the problem.  I currently 
have four voices.  Microsoft Anna and, the three Espeak voices I got from 
downloading them on Klango.  When I try to change the default voice, it only 
gives me one voice.  Microsoft Anna.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] sapi5

2012-11-12 Thread Curt Taubert



--
From: Thomas Ward thomasward1...@gmail.com
Sent: Monday, November 12, 2012 11:04 AM
To: Gamers Discussion list gamers@audyssey.org
Subject: Re: [Audyssey] sapi5


Hi Curt,

That's because you are using the 64-bit Sapi Control Panel. To see all
the voices on your machine open the 32-bit Control Panel for Sapi by
going to run and entering
C:\Windows\SysWOW64\Speech\SpeechUX\sapi.cpl
and then you can use any 32-bit Sapi voices on your machine.

On 11/12/12, Curt Taubert curttaub...@bellsouth.net wrote:
Hi all, I enjoy playing games like BG Uno.  Here's the problem.  I 
currently

have four voices.  Microsoft Anna and, the three Espeak voices I got from
downloading them on Klango.  When I try to change the default voice, it 
only

gives me one voice.  Microsoft Anna.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,

please send E-mail to gamers-ow...@audyssey.org.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the 
list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-05 Thread Trouble
That is why I don't use any that detect  false 
positives, because they can not tell virus from real deal.

Have had no problems with MSE.

At 08:37 PM 4/4/2011, you wrote:

well some files show as a virus even if they are not.
Don't use avg what ever you do it detects false positaves all the time.
Microsoft has a good program with vary few 
errors unless you use anything that is non 
english or has non english characters ie chinese.

Then its a virus unless you exclude it.
I have been able to fix the issue say with an 
installer by writing it in innosetup the program inside it should run ok.
If your checker is constantly putting this as an 
error you need to send the program their way.

if its a virus then its a virus.
But it could be a fake virus in which case a signature update is needed.
Ms checks itself 3 times daily.
At one stage dropbox was a trogen.
It was fixed quite quickly.
msse though has a load of community driven stuff.
At 02:05 a.m. 5/04/2011, you wrote:
That is the repair file and if showed as virus. 
Then you better get a better or real virus checker, because you have one!


At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 
please? I was tried the deluserlex.exe from 
jim kitchens site, It doesn't doing anything. 
ýt was only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora   



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-05 Thread shaun everiss

well mse does detect things but only when they matter.
When it detects anything then its probably real.
Ofcause clearing your java cache in app settings and temp files 
before a scan helps some to.

At 02:51 a.m. 6/04/2011, you wrote:
That is why I don't use any that detect  false positives, because 
they can not tell virus from real deal.

Have had no problems with MSE.

At 08:37 PM 4/4/2011, you wrote:

well some files show as a virus even if they are not.
Don't use avg what ever you do it detects false positaves all the time.
Microsoft has a good program with vary few errors unless you use 
anything that is non english or has non english characters ie chinese.

Then its a virus unless you exclude it.
I have been able to fix the issue say with an installer by writing 
it in innosetup the program inside it should run ok.
If your checker is constantly putting this as an error you need to 
send the program their way.

if its a virus then its a virus.
But it could be a fake virus in which case a signature update is needed.
Ms checks itself 3 times daily.
At one stage dropbox was a trogen.
It was fixed quite quickly.
msse though has a load of community driven stuff.
At 02:05 a.m. 5/04/2011, you wrote:
That is the repair file and if showed as virus. Then you better 
get a better or real virus checker, because you have one!


At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. 
ýt was only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] Sapi5 repair file

2011-04-04 Thread burakyuksek
Hi,
Can you send a repair program for sapi5 please? I was tried the deluserlex.exe 
from jim kitchens site, It doesn't doing anything. ıt was only a virus. Can you 
send an other one?
saygılar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Trouble
That is the repair file and if showed as virus. 
Then you better get a better or real virus checker, because you have one!


At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? 
I was tried the deluserlex.exe from jim kitchens 
site, It doesn't doing anything. ýt was only a 
virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora   



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Charles Rivard

As far as I know, deluserlex.exe is not a virus.

---
Shepherds are the best beasts!
- Original Message - 
From: Trouble troub...@columbus.rr.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 9:05 AM
Subject: Re: [Audyssey] Sapi5 repair file


That is the repair file and if showed as virus.
Then you better get a better or real virus checker, because you have one!

At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ýt was 
only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread burakyuksek
But I clickt on it, It was never does anything. Avira saying virus. I was 
deleted this nasty file.

sevgiler saygilar
- Original Message - 
From: Charles Rivard woofer...@sbcglobal.net

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 5:39 PM
Subject: Re: [Audyssey] Sapi5 repair file


As far as I know, deluserlex.exe is not a virus.

---
Shepherds are the best beasts!
- Original Message - 
From: Trouble troub...@columbus.rr.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 9:05 AM
Subject: Re: [Audyssey] Sapi5 repair file


That is the repair file and if showed as virus.
Then you better get a better or real virus checker, because you have one!

At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ýt was 
only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Shiny protector
Mmmm Burak, you press enter on the file, and your done. Nothing else. If you 
want any help, send an email too.

muhamme...@googlemail.com
- Original Message - 
From: burakyuksek burakyuksek...@gmail.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 12:14 PM
Subject: [Audyssey] Sapi5 repair file


Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ıt was 
only a virus. Can you send an other one?

saygılar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Shiny protector
Oh sorry, reading troubles message, I got it wrong. But as for a virus, just 
turn off your firewall or what ever program you use, then just repair Sapi 
and your done.
- Original Message - 
From: burakyuksek burakyuksek...@gmail.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 12:14 PM
Subject: [Audyssey] Sapi5 repair file


Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ıt was 
only a virus. Can you send an other one?

saygılar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Shiny protector

Then uninstall avira. Hey wait, if you want the file, send an email too.
muhamme...@googlemail.com
- Original Message - 
From: burakyuksek burakyuksek...@gmail.com
To: Charles Rivard woofer...@sbcglobal.net; Gamers Discussion list 
gamers@audyssey.org

Sent: Monday, April 04, 2011 6:01 PM
Subject: Re: [Audyssey] Sapi5 repair file


But I clickt on it, It was never does anything. Avira saying virus. I was
deleted this nasty file.
sevgiler saygilar
- Original Message - 
From: Charles Rivard woofer...@sbcglobal.net

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 5:39 PM
Subject: Re: [Audyssey] Sapi5 repair file


As far as I know, deluserlex.exe is not a virus.

---
Shepherds are the best beasts!
- Original Message - 
From: Trouble troub...@columbus.rr.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 9:05 AM
Subject: Re: [Audyssey] Sapi5 repair file


That is the repair file and if showed as virus.
Then you better get a better or real virus checker, because you have one!

At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ýt was 
only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread dark

Nope it isn't.

I believe avg once flagged it as one, but was fairly easy to create an 
exception and stil run it.


Beware the grue!

Dark.
- Original Message - 
From: Charles Rivard woofer...@sbcglobal.net

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 3:39 PM
Subject: Re: [Audyssey] Sapi5 repair file


As far as I know, deluserlex.exe is not a virus.

---
Shepherds are the best beasts!
- Original Message - 
From: Trouble troub...@columbus.rr.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 9:05 AM
Subject: Re: [Audyssey] Sapi5 repair file


That is the repair file and if showed as virus.
Then you better get a better or real virus checker, because you have one!

At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ýt was 
only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread dark
It won't sound as if it does anything, sinse it just instantly restores the 
sapi settings when it is run, it doesn't even print a window to the screen 
with text telling you.


if you've run it correctly and sapi stil isn't working, odds are it's simply 
a more serious problem than just the reset with delusalex can help with 
rather than it just hasn't run.


Beware the grue!

Dark.
- Original Message - 
From: burakyuksek burakyuksek...@gmail.com
To: Charles Rivard woofer...@sbcglobal.net; Gamers Discussion list 
gamers@audyssey.org

Sent: Monday, April 04, 2011 6:01 PM
Subject: Re: [Audyssey] Sapi5 repair file


But I clickt on it, It was never does anything. Avira saying virus. I was
deleted this nasty file.
sevgiler saygilar
- Original Message - 
From: Charles Rivard woofer...@sbcglobal.net

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 5:39 PM
Subject: Re: [Audyssey] Sapi5 repair file


As far as I know, deluserlex.exe is not a virus.

---
Shepherds are the best beasts!
- Original Message - 
From: Trouble troub...@columbus.rr.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, April 04, 2011 9:05 AM
Subject: Re: [Audyssey] Sapi5 repair file


That is the repair file and if showed as virus.
Then you better get a better or real virus checker, because you have one!

At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. ýt was 
only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to
gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread bryant walker

Hi
Yes, all you do is press enter on the repair file and you are done. It's that 
simple. It won't do anything, but it will work. I had a problem with sapi5 once 
and running that repair program fixed it right away
  
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Thomas Ward
Hi burakyuksek,

This is a case in point where you should never trust your antivirus
program completely. The Sapi repair program is not a virus although
many antivirus programs incorrectly flag it is one. So if it tells you
that delsurlex.exe is a virus ignore it, because your antivirus
program is full of crap.

Now, as to how it works it does not say anything. All it does is run,
deletes certain files, resets Sapi 5 back to default, and exits
without so much as a standard message box. So saying it does nothing
is not exactly true. It just does everything in the background
silently.

HTH


On 4/4/11, burakyuksek burakyuksek...@gmail.com wrote:
 But I clickt on it, It was never does anything. Avira saying virus. I was
 deleted this nasty file.
 sevgiler saygilar

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread shaun everiss

well some files show as a virus even if they are not.
Don't use avg what ever you do it detects false positaves all the time.
Microsoft has a good program with vary few errors unless you use 
anything that is non english or has non english characters ie chinese.

Then its a virus unless you exclude it.
I have been able to fix the issue say with an installer by writing it 
in innosetup the program inside it should run ok.
If your checker is constantly putting this as an error you need to 
send the program their way.

if its a virus then its a virus.
But it could be a fake virus in which case a signature update is needed.
Ms checks itself 3 times daily.
At one stage dropbox was a trogen.
It was fixed quite quickly.
msse though has a load of community driven stuff.
At 02:05 a.m. 5/04/2011, you wrote:
That is the repair file and if showed as virus. Then you better get 
a better or real virus checker, because you have one!


At 07:14 AM 4/4/2011, you wrote:

Hi,
Can you send a repair program for sapi5 please? I was tried the 
deluserlex.exe from jim kitchens site, It doesn't doing anything. 
ýt was only a virus. Can you send an other one?

saygýlar sevgiler.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to 
gamers-unsubscr...@audyssey.org.

You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Tim
trouble

Never offend people with style when you can offend them with substance.
--Sam Brown

Blindeudora list owner.
To subscribe or info: http://www.freelists.org/webpage/blindeudora


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Sapi5 repair file

2011-04-04 Thread Alfredo_The_Music_maker

love saygilar

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] SAPI5 problems

2008-07-05 Thread Damien Sadler
Hi.
I don't know whether this message got sent. I thought it did, but I had no 
reply to it.
I'm having SAPI5 problems. I had some SAPI5 voices which I wanted to uninstall. 
Some of them wouldn't uninstall. Whether they were corrupt or the uninstaller 
was missing or something else needed to happen that couldn't, I can't remember, 
so I deleted the voice's folder.
After this, my SAPI5 voices that I had left wouldn't talk, so I ran the 
DelUserLex.exe program on Jim Kitchen's website. Now I can't even access the 
voices through the speech control panel applet. It says the voice can't be 
played.
I'm wondering what I can do about this?
Thanks.
Regards,
Damien
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]


Re: [Audyssey] SAPI5 problems

2008-07-05 Thread Andy
Damien, I had this problem as well. Run deluxerlex or whatever it's called 
again, then remove the 
voices. Reinstall the voices, and you should be set. If that still doesn't 
work, after reinstalling the 
voices run deluxerlex or whatever in heck it's called.



On Sat, 5 Jul 2008 18:52:07 +0100, Damien Sadler wrote:


Hi.
I don't know whether this message got sent. I thought it did, but I had no 
reply to it.
I'm having SAPI5 problems. I had some SAPI5 voices which I wanted to 
uninstall. 
Some of them wouldn't uninstall. Whether they were corrupt or the uninstaller 
was missing or something else needed to happen that couldn't, I can't 
remember, 
so I deleted the voice's folder.
After this, my SAPI5 voices that I had left wouldn't talk, so I ran the 
DelUserLex.exe program on Jim Kitchen's website. Now I can't even access the 
voices through the speech control panel applet. It says the voice can't be 
played.
I'm wondering what I can do about this?
Thanks.
Regards,
Damien
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]


Re: [Audyssey] sapi5 problem

2008-01-09 Thread Jake
I also used the sapi repair tool so I probably downgraded myself down to 
sapi5.1  5.3 is better but jims games are working.  I won my first complete 
game of life against the computer.
- Original Message - 
From: Jake [EMAIL PROTECTED]
To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, January 07, 2008 5:28 PM
Subject: [Audyssey] sapi5 problem


I installed jim kitchens game menu and life before and it didn't work but 
now I think it does except now narrator gives me an error about my voices 
not being in the right language and doesn't work as well as it used to and 
when I choose sapi5 with jaws the sound quality is bad where before it was 
great.  Is there anyway I can have the best of both worlds by downloading 
sapi5 for windows vista somewhere and still play jim kitchens games because 
I think I've been downgraded.  Thanks much,
 Jake.
 ---
 Gamers mailing list __ Gamers@audyssey.org
 If you want to leave the list, send E-mail to 
 [EMAIL PROTECTED]
 You can make changes or update your subscription via the web, at
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
 All messages are archived and can be searched and read at
 http://www.mail-archive.com/[EMAIL PROTECTED]
 If you have any questions or concerns regarding the management of the 
 list,
 please send E-mail to [EMAIL PROTECTED]
 


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]


[Audyssey] sapi5 problem

2008-01-07 Thread Jake
I installed jim kitchens game menu and life before and it didn't work but now I 
think it does except now narrator gives me an error about my voices not being 
in the right language and doesn't work as well as it used to and when I choose 
sapi5 with jaws the sound quality is bad where before it was great.  Is there 
anyway I can have the best of both worlds by downloading sapi5 for windows 
vista somewhere and still play jim kitchens games because I think I've been 
downgraded.  Thanks much,
Jake.
---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]


Re: [Audyssey] Sapi5 voices was: USA Games News

2007-03-13 Thread Jim Kitchen
Hi Dark,

I have recently added a couple of files on my free windows text to speech games 
page.  One is SpeechXP.exe.  This will give you the free Microsoft Mary and 
Mike voices if you are running Windows XP.

The other files are SpeechFull.exe.  This will install the sapi5 text to speech 
engine and the three free Microsoft voices if you are running Windows 98, ME or 
2000.  And I have put the sapi5 repair program deluserlex.exe on my site as 
well.

HTH

BFN

 Jim

The dead batteries were given out free of charge.

[EMAIL PROTECTED]
http://www.kitchensinc.net
(440) 286-6920
Chardon Ohio USA
___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.