Andrzej Miechowicz 0 Posted June 6 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
Der schöne Günther 206 Posted June 7 Enable continuous dictation - Windows apps | Microsoft Docs Delphi How To Use Microsoft Speech Recognition API - Stack Overflow Share this post Link to post
Dave Nottage 280 Posted June 7 There's also this: http://www.blong.com/conferences/dcon2002/speech/SAPI51/SAPI51.htm Share this post Link to post
Der schöne Günther 206 Posted June 7 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