Jump to content
Andrzej Miechowicz

Windows 11 Speech Recognition

Recommended Posts

Hi,

 

From Windows 11 it is available following functionality: 

If a cursor is placed inside of text edit field, user can press Windows logo key and H key and start talk to computer. Windows will convert a speech to text. It is very useful functionality. 

I would like to call it from Delphi application, but I do not know how to do it.

Any advices?

Thanks in advance!

 

Share this post


Link to post

The voice recognition capabilities of SAPI are horrible, compared with what other technologies offer today. I'm sure it was fine when it was last updated 15 years ago, but as of today, it fails to even meet the most humble expectations.

Share this post


Link to post

I am having a go trying to get speech recognition working in Windows 10.  In delphi there is a TSpeechRecognition_SpeechRecognizer class in the Winapi.Media file, but I am only getting a useless error.  Unfortunately, I can't seem to find any other Delphi code using this class.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×