关于Microsoft Agent的使用?(75分)

  • 主题发起人 zuoyexingchen
  • 开始时间
Z

zuoyexingchen

Unregistered / Unconfirmed
GUEST, unregistred user!
在使用TAgent ActiveX控间建立一个IAgentCtlCharacter角色,它的Get方法如何使用?角色使用的*.acs文件如何建立——即如何自定义角色?希望各位高手指点。
 
var
merlin_:iagentctlcharacter;
merlin_r:iagentctlrequest;

procedure TForm1.FormShow(Sender: TObject);
begin
merlin_r:=agent1.characters.load('merlin','C:/WINDOWS/MSAGENT/CHARS/MERLIN.ACS');
merlin_:=agent1.characters.character( 'merlin' );
end;

调用过程:Rocky.Play('动作');即可
动作:
explain greet congratulate decline pleased think announce uncertain
gestureright dontrecognize getattention[:)]
 
请下载 Microsoft Agent 编辑包。
Microsoft Agent Character Editor
The Microsoft Agent Character Editor enables you to compile character
animations for use with Microsoft Agent. You define animations by importing
Windows bitmap images, setting their duration, and optionally including
branching, sound effects, and speaking overlays.
The Agent Character Editor also enables you to define the character name,
description, and output options, such as whether the character supports
a text-to-speech (TTS), synthesized voice, the character word balloon
design, and whether the character supports a standard pop-up menu.
 
多人接受答案了。
 
顶部