Top "Sapi" questions

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

Cannot open include file: 'atlbase.h': No such file or directory

Please have a look at the following code #define _ATL_APARTMENT_THREADED #include <atlbase.h> //You may derive …

c++ windows qt header-files sapi
What is SAPI and when would you use it?

I've been learning about error handling in PHP recently and came across the error_log() function. In the PHP manual, …

php sapi
80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in Microsoft.Speech.dll Additional information: Retrieving the COM class …

c# speech-recognition speech sapi
How to pass arguments to a BackGroundWorker

Imports SpeechLib Public Class Form1 Public vox = CreateObject("sapi.spvoice") Private Sub cmdSpeak_Click(ByVal sender As System.Object, ByVal …

vb.net backgroundworker sapi
Fastest Speech recognition library C++

I know its a general question topic, but still i want to know whats the fastest speech recognition library in …

c++ kinect speech-recognition speech sapi
SAPI: Speech to Text example

I am new to SAPI, and I would really appreciate if any of you can provide me a speech to …

windows visual-studio-2010 speech-recognition speech-to-text sapi
How to mix Grammar (Rules) & Dictation (Free speech) with SpeechRecognizer in C#

I really like Microsofts latest speech recognition (and SpeechSynthesis) offerings. http://msdn.microsoft.com/en-us/library/ms554855.aspx http://estellasays.…

c# speech-recognition sapi voice-recognition
Python 3.4 - Text to Speech with SAPI

I was trying to use this code to convert text to speech with Python 3.4, but since my computer's main language …

python windows python-3.x sapi
how to lengthen the pause between the words with text-to-speech (pyTTS or SAPI5)

Is it possible to extend the gap between spoken words when using text to speech with SAPI5 ? The problem is …

python accessibility text-to-speech sapi
Delphi SAPI Text-To-Speech

First of all: this is not a duplicate of Delphi and SAPI. I have a specific problem with the "SAPI …

delphi text-to-speech sapi createoleobject