English 中文(简体)
SAPI: Server-side dictation
原标题:

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

问题回答

You would need Microsoft Speech Server to do this. You can still use managed code, but you would need to use the Microsoft.Speech.Recognition library (which uses the Server engines) instead of System.Speech.Recognition (which uses the desktop engine).

Aside from that, everything that you want can be done in native SAPI, of course.





相关问题
Speech Recognition with Telephone

I need to detect the user voice when they pick-up the reciever on the other end. Because Modems usually start playing files (playback terminal) when the first ring goes there. So I planned to use ...

speaker dependent speech recognition engin with sdk

I want to do a little apllication, does any one know of a good speaker dependent speech recognition engin with sdk. (not speech to text engins) thank you, Efrat

Speech recognition project

I m making my final year project i.e. speech recognition. but I don t have any idea how to start. I will use c#. Please can anyone guide me how to start? what should be the first step? Thanks

微软 Sam,SAPI替代品

我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 几乎不可能听到......。

Windows Speech Recognition C#

I m making a program that does stuff (Sorry, I m not allowed to say what it is), but I want to be able to let Windows Speech somehow "know" that there are linklabels and buttons on my Forms, so that ...

热门标签