Folks, I am trying to put together a server-side system where I use Microsoft SAPI to:
- Perform multiple simultaneous dictation-style recognitions in the server.
- Additionally, all recognitions could be using different speaker profiles (my application would identify the user and indicate to SAPI which profile to load).
- I would also like to train various user profiles programmatically.
I already know that some of the above is not possible from managed code, i.e. System.speech namespace. Can anyone enlighten me as to whether what I am trying to do possible in theory using SAPI 5.x?
Thanks for your help.
-Raj