Link to home
Start Free TrialLog in
Avatar of the_modder
the_modderFlag for United States of America

asked on

Microsoft Agent Voices

Hi. I'd like to list out the voices that I have installed on a computer and to use them with Microsoft Agent, something seen at this site: http://www.whipflash.com/vamr/voices.jpg . I'd also like to set the agent to use that voice.

Some test code I'm using:
  Agent.Characters.Load('MyAgent','C:\WINDOWS\msagent\chars\merlin.acs');
  Agent.Characters.Character('MyAgent').LanguageID:=$409;
  Agent.Characters.Character('MyAgent').Show(0);
  Agent.Characters.Character('MyAgent').Speak('apple', '');

Thanks in advance,
David Burban
Avatar of the_modder
the_modder
Flag of United States of America image

ASKER

Bump?
Bump!

Points increased to 190!
Avatar of Mohammed Nasman
look at this article and download the demo, it will help you to accomplish what r u looking for and more
http://www.blong.com/Conferences/DCon2002/Speech/SAPI51/SAPI51.htm
That's actually the code that I used before. The limitation with that code is that I can't set all of the voices/languages in it. It only sees what the control panel sees. On the other hand, Microsoft Agent has a lot of voices and languages. That's why I'm migrating from that code to MS agent, and I need to get this code.

Thanks again,
David Burban
Thanks for your help guys. I found the answer to this on this website: http://subritto.h1.ru/msagent/msa_sapi.php .

So please close this and refund the points,
Thanks,
David Burban
David, you need to post a Q at the Community Support area https://www.experts-exchange.com/Community_Support/ to ask the mods to close and refund this Q.
thanks for the tip :)
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial