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
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.