安装金山词霸2000后,在 windows 目录下有一个 Speech 子目录,含:
Spchtel.dll, Speech.cnt, Speech.dll, Speech.hlp, vcanto.tlb, vcmd.exe,
vcmshl.dll, vtxtauto.tlb
进入Delphi选择:
project->import type library...
在弹出的对话框中选中上面的 vtxtauto.tlb (Vtxtauto 版本 1.0) Delphi 会自动生成:
VtxtAuto_Tlib.pas
这个文件包含了 TTS 引擎的 COM 类接口,可用来与 DLL 文件通信。将 Vtxtauto_Tlib.pas 编译,加到 Delphi 的 LIB 目录下,就可以编制英语发音程序了。
发布程序时,应将 Windows/Speech 下的相关文件一起发布。与英语语音配套的有三个文件:
Speech.dll, vcmd.exe, vtxtauto.tlb