Steve,

I checked out your voice rotor and found the problem.  On line 280 you have:

synth.SwitchEngine tempEngine

This is great and is what switches to the selected Eloquence engine. But on the next line you have:

synth.ApplyChanges

The SwitchEngine does what ApplyChanges does so you are doubling the work. The SwitchEngine call takes about half a second and the Apply Changes takes half a second which makes a full second. If you remove the ApplyChanges line (which isn't needed anyway) you've doubled your speed.

Doug

Stephen Clower wrote:
Hello,

I have just uploaded a new version of the voice rotor script to Script Central: https://www.gwmicro.com/Script_Central/Scripts/Script_Details/?scriptid=1015

The script now recognizes the individual engine listings for ECI Eloquence and IBM ViaVoice. Note that I don't have, or intend to have, the latter engine installed, so I would appreciate feedback from ViaVoice users on whether or not this works as expected.

Thanks,
Steve



--
Doug Geoffray
GW Micro, Inc.
Voice 260-489-3671
Fax 260-489-2608
http://www.gwmicro.com

Reply via email to