Top "Sapi" questions

SAPI is Microsoft's Speech API which provides text-to-speech (TTS) and speech recognition (SR) functionality to applications.

Where Can I Download Microsoft Speech SDK 5.4

I need to develop a simple 64-bit C++ Text to Speech (TTS) program to run on Windows 7 and Vista. My …

c++ windows text-to-speech sapi
How to save text-to-speech as a wav with Microsoft SAPI?

I need to turn a text into speech and then save it as wav file.

c# text-to-speech sapi
Streaming input to System.Speech.Recognition.SpeechRecognitionEngine

I am trying to do "streaming" speech recognition in C# from a TCP socket. The problem I am having is …

c# sockets streaming speech-recognition sapi
Use of SAPI Speech Recognition in a VBS Script?

I found this one-line example that allows to use the Windows SAPI Text-to-Speech feature in VBScript: CreateObject("SAPI.SpVoice").Speak("…

vbscript speech-recognition sapi