Click here to Skip to main content
15,881,852 members
Articles / Desktop Programming / Win32

SpeechRecognition and SpeechSynthesis Windows 10 API for plain Win32

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
27 May 2020CPOL2 min read 10.8K   9  
A one-function library to easily integrate Speech to Text and Text to Speech in your Win32 applications
In Windows, we have the new SpeechRecognizer UWP API which, with a bit of code, can be used in plain Win32 applications. This article goes over how to use the library and which two functions the code exports, and how they are utilized.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Greece Greece
I'm working in C++, PHP , Java, Windows, iOS, Android and Web (HTML/Javascript/CSS).

I 've a PhD in Digital Signal Processing and Artificial Intelligence and I specialize in Pro Audio and AI applications.

My home page: https://www.turbo-play.com

Comments and Discussions