Andrzej Miechowicz 0 Posted June 6, 2022 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 316 Posted June 7, 2022 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 557 Posted June 7, 2022 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 316 Posted June 7, 2022 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
Geoffrey Smith 45 Posted February 22, 2023 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