Hello

Hello,

Is possible use cortana on delphi application ?
I would like use it for several commands in my application.

I test SAPI but it does not recognize correctly like cortana does.

Regards

Comments

  1. It should be possible with SAPI.
    The most promising quick-start seems to be this one ... https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-connector-quickstart - but this won't help you easily with your desire to have speech reckognition within your Delphi application.
    This might help with SAPI ... https://www.chant.net/Products/SpeechKit/Default.aspx

    ReplyDelete
  2. Thank you Roland, but SAPI works wrong for me, I need to use cortana on Win32 app

    ReplyDelete
  3. What do you mean with "works wrong"? You probably experience a reckognizer problem ... blogs.msdn.microsoft.com - How to train the SAPI recognizer

    If you need the OS Cortana-functionality the best way to do it is probably to develop what you need via the REST connector (above) or within a custom .NET assembly.

    ReplyDelete
  4. hi Roland, SAPI does not works well for me, and I tested chant but the result are the same because invoke SAPI.

    Regards

    ReplyDelete

Post a Comment