Programmatically importing MS Speech API speech profile

后端 未结 1 2058
时光说笑
时光说笑 2021-02-11 04:06

I have a Windows 7 computer trained to my voice, and I would like to distribute my speech profile along with a software package I have created.

I know of tools such as W

1条回答
  •  盖世英雄少女心
    2021-02-11 04:33

    You can follow the procedure described here: http://blogs.msdn.com/b/robch/archive/2007/02/19/transfering-profiles-programatically.aspx

    Basically, to programmatically import profiles, you will need to create some registry keys and to copy/rename previously saved files. The explanation uses the C++ version of SAPI but the procedure is surely valid for C# version.

    0 讨论(0)
提交回复
热议问题