SAPI is Microsoft's Speech API which is used to provide text-to-speech (TTS) and speech recognition functionality to applications
0
votes
1answer
39 views
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 text Hello World example in SAPI. I know MS got some examples like "Dictation" etc, but I would like to start ...
0
votes
4answers
126 views
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 a class from CComModule and use it if you want to override something,
//but do ...
0
votes
1answer
28 views
Make SAPI TTS speak string variables
So, I have a program where I use SAPI like this:
ISpVoice * pVoice = NULL;
if (FAILED(::CoInitialize(NULL)))
{
return FALSE;
}
HRESULT hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_ALL, ...
0
votes
1answer
40 views
How to setup SAPI with Visual C++ 2010 express?
I need to know how can I setup SAPI (windows speech API) with visual C++ 2010 express. I got to know windows 7 comes with built in SAPI libs, and I am using windows 7. However, I downloaded SAPI 5.1 ...
0
votes
3answers
45 views
SAPI: Application is not speaking
Please have a look at the following code
main.cpp
#define _ATL_APARTMENT_THREADED
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override ...
0
votes
4answers
36 views
Errors are generated when SAPI is run in QT
Please have a look at the following code
#include <sapi.h>
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
if (FAILED(::CoInitialize(NULL)))
return FALSE;
...
0
votes
1answer
138 views
SRGS lexicon not loading (or being used) in WP8
I'm trying to use Windows Phone 8 speech recognition to recognize custom pronunciation of words. I'm try to use the samples provided on MSDN, but am coming up short. First of all, I'm using a lexicon ...
0
votes
0answers
111 views
Python: win32com.client.getevents(“SAPI.SpSharedRecoContext”) returns None
I have downloaded a piece of code showing how to use Windows Speech API (SAPI 5.1) on Windows 7 using Python 2.7.3 interpreter and have PyWin32 Build 218 installed on my system. Everything works great ...
10
votes
1answer
326 views
Fastest Speech recognition library C++ [closed]
I know its a general question topic, but still i want to know whats the fastest speech recognition library in C++?
Currently I am using Microsoft SAPI with kniect. It works fine and recognizes words ...
0
votes
1answer
53 views
Understanding Windows Speech API
I want to send a SSML for TTS synthesis.
I try to make the call on the TTS Client application:
CComPtr<ISpVoice> pVoice;
pVoice->Speak(ssml, SPF_ASYNC | SPF_PARSE_SSML, NULL);
This is ...
1
vote
1answer
66 views
No output in using wav file input with Microsoft SAPI 5.4 Api
I am working on a project where i need to use speech recognition to convert a wav file input speech ( conversation ) to text. After trying CMUSPhinx for a while, with terrible results, i am ...
0
votes
1answer
38 views
store a variable that holds user input data in sapi5 speak function
I am developing an application that uses the Microsoft SAPI5 speech engine. However, I have hit a wall. I've been trying to use the data from the variable that stores the input from the user so the ...
1
vote
2answers
104 views
how to detect who is speaking
I'm developing a project for our workplace to manipulate with our environment like lights,coffee machine, printers and such, and I wan't to know how it would be possible to detect who is speaking to ...
0
votes
0answers
38 views
Microsoft Speech APİ Error : .drectve `/DEFAULTLIB:“uuid.lib” /DEFAULTLIB:“uuid.lib” '
I have a problem with SAPİ: While i am compiling some code, I encounter this error in CodeBlocks:
||Warning: .drectve /DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" ' unrecognized|
...
0
votes
1answer
80 views
Reading from an IStream to a Buffer (Audio)
I am basically trying to read the contents of an audio stream into a char * buffer to apply an FFT.
I am using SAPI to simplify the transformations I will need to make after applying my FFT.
I have ...
0
votes
1answer
57 views
how to recognize English sentences with SAPI5.4 on an Chinese Windows7
I am using an Chinese Windows 7 with speech recognition working fine if I use the grammar to recognize English sentences which is constructed with the object of Choice.But the object of ...
2
votes
1answer
249 views
Speech API (SAPI) floating point division by zero in C++ Builder on Windows 7
I use the following code for Text-To-Speech application controls for blind persons in C++ Builder (most likely similar example can be used in Delphi). Main form has KeyPreview property checked to ...
3
votes
3answers
439 views
Does this System.Speech.Recognition recognition code make use of “speech training”?
This is probably a simple question, but I couldn't find a definitive answer anywhere.
Let's assume I have some simple code from the System.Speech.Recognition namespace, that works fine.
...
1
vote
1answer
69 views
SAPI grammar recognition
I'm designing an app that is able to recognize the voice on Delphi7
I have no problem with the code ... just that I can not or rather can not find how to make this I recognize a language other than ...
0
votes
0answers
62 views
Creating an individual Speech Recognition system using SAPI
I'm using the C++ code given here. But the shared speech recognition used here runs its own commands such as move,minimize,delete. I need to create this without invoking the MS speech recognition ...
0
votes
1answer
64 views
Is there some character I can insert to get a longer pause with SAPI5 TTS?
I know the TTS system will pause on a period (.) or comma (,). But how can I get it to pause for a longer period of time? For example, in a question and answer scenario I want the voice to read the ...
1
vote
1answer
84 views
How to add speech.h to g++ in Cygwin?
I'm just trying to compile a c++ program using the emulated g++ compiler in Cygwin on a Windows 7 machine that has the following includes:
iostream
string
windows.h
stdio.h
mmsystem.h
initguid.h
...
0
votes
0answers
84 views
sapi 5 32bit voices on x64?
#ifndef SPHelper_h
#include <sphelper.h>
#endif
sample code
::CoInitialize(NULL);
SpEnumTokens(SPCAT_VOICES, NULL, NULL, &token_)
token_->GetCount(&engines);
std::cout << ...
0
votes
1answer
117 views
Convert from SAPI 5.4 to SAPI 5.1
So I'm writing a small tool to do Voice Recognition. I started just with SAPI 5.4 and used an SRGS xml file to set up my grammar. It worked very nicely. All my commands were recognized easily. ...
0
votes
1answer
107 views
How to get alternate single words during dictation in SAPI 5.4 using C#?
I am running a user study with speech recognition and new technologies. During the laboratory tests, I need to display all the dictated text using an interface that I programmed.
Currently, I can get ...
2
votes
1answer
398 views
Text-to-speech SAPI5 AccessViolationException when using another voice
I've installed czech voice for SAPI5 Eliska22k. It works fine on Windows 7. Now I've windows 8 and on calling Speak method it gives me Attempted to read or write protected memory. This is often an ...
1
vote
2answers
373 views
c# - How to use SAPI to do speech to text?
I want to learn the SAPI api for c# to do speech to text recognition.
I can't find any tutorials. Can anyone show me where an example is or can show it here?
It needs to have aupport to get the ...
0
votes
0answers
112 views
Speech recognition from transcripts and audio files [closed]
I have numerous audio files and their correct transcripts dictated by a single person. The dictated words are almost the same on each file. Can I use the existing audio files and their text ...
1
vote
0answers
91 views
Programmatically importing MS SAPI 5.1 Profiles
I am trying to import MS speech profiles programatically using VB. What I am looking to do is basically perform all of the tasks of SpProfileMgr without using the interface. The overall goal is for us ...
1
vote
0answers
65 views
SAPI implementation in C [closed]
I am new to SAPI and downloaded SAPI SDK 5.1. I am using Windows XP SP3 and using CodeBlocks as an IDE and trying to learn how to use SAPI with C. I searched for documentation on MSDN but its only for ...
0
votes
1answer
197 views
Basic speech recognition does not work
I'm trying to recognize simple english words, but no recognition occur.
private void Form1_Load(object sender, EventArgs e)
{
SpeechRecognitionEngine srEngine = new ...
9
votes
1answer
547 views
text-to-speech-to-wav in Delphi
I imported the SAPI type library into Delphi. I can output speech to the PC speakers with this code:
procedure TForm1.Button1Click(Sender: TObject);
var
Voice: TSpVoice;
begin
Voice := ...
0
votes
1answer
558 views
How to use SAPI Speech Recognition C# to control a game
I've been playing quakelive.com and have been getting frustrated by my keyboard bindings and want to bind using voice commands instead.
I thought I'd create a c# console app to run in the background ...
2
votes
1answer
373 views
Using SAPI 5.1 under Win7 64
Im writing an automated Lip Syncing Tool that is based on the Annosoft Console Program (Link to the Annosoft Tool). This Program uses the SAPI 5.1. For me it works great on Win XP 32 Bit. But is there ...
1
vote
1answer
186 views
How can I programmatically set SAPI recognizer
I am developing a C# application using SAPI 5.4 that allows users to select one of several different languages for speech recognition.
If I go to Control Panel -> Speech Recognition -> Advanced ...
0
votes
1answer
98 views
Including TTS voices in TTS supporting software
Let's say that I want to add TTS support to my project, and that I hate the voice of Microsoft Sam, Microsoft Mike and Microsoft Mary.
Would it be possible for me to include a new TTS voice that I ...
3
votes
0answers
207 views
Subsequent SpVoice instances are silent
Discovered key to the problem/crash, see the bottom of the post.
When creating instances of ISpVoice using CoCreateInstance, it seems like instances after the first one cannot speak as soon as the ...
1
vote
1answer
315 views
How to save text to speech to wav file using VB6 and SAPI 4
I've managed to record to a file using this method:
Include the Microsoft Direct Speech Synthesis Component. A component shows on the toolbar resembling a mouth
Put that component on a form and ...
0
votes
0answers
157 views
How to get the SAPI internal lexicon phonemes for a specific word?
I'm trying to use ISpEnginePronunciation::GetPronunciations as suggested here, but using .NET Interop. After including sapi.dll as a assembly reference this interface isn't visible in object browser. ...
0
votes
0answers
330 views
Speech to Text Conversion
I'm working on a voice based web browser project.
"How can I allow the user to use voice commands to interact with the Browser Control in a WinForms app. For example, When they say 'Go To ...
1
vote
2answers
164 views
python 2.5.4 with pyTTS 3.0 — ValueError: “SAPI” not supported
I've been using python 2.5.4 with pyTTS 3.0 on Windows 7, using MS Speech SDK 5.1. It's been working great for well over a year. However, yesterday, two things happened almost simultaneously. MS did ...
3
votes
0answers
526 views
Speech Recognition in C# with SAPI 5.4 or MS Speech SDK v11 using a MemoryStream from Skype call
I'm trying to get SAPI 5.4 (also MS Speech Platform SDK v11) to perform continuous speech recognition on the audio coming in from a Skype call.
I can use the SKYPE4COMLib to grab the audio coming in ...
0
votes
0answers
92 views
How do I use variables in SAPI TTS?
So, I have a program where I use SAPI like this:
ISpVoice * pVoice = NULL;
if (FAILED(::CoInitialize(NULL)))
{
return FALSE;
}
HRESULT hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_ALL, ...
3
votes
1answer
407 views
SAPI with Dephi: Async speech doesn't work
The following works perfectly (Delphi 7):
procedure TMainForm.SayIt(s:string); // s is the string to be spoken
var
voice: OLEVariant;
begin
memo1.setfocus;
voice := CreateOLEObject ...
1
vote
1answer
1k views
C# SAPI 5.4 Languages?
I've made a Simple Program That Recognizes Speech Using SAPI 5.4 , i wanted to ask if i can add some more languages to the TTS and The ASR , Thanks
Here is the code i made you anybody needs to take a ...
2
votes
2answers
464 views
SAPI version for Windows 8
Is Microsoft updating SAPI or any speech components in Windows 8?
I can't seem to find any mention of any updated APIs or technology to be included with Windows 8.
0
votes
1answer
136 views
Get text content from SAPI SpeakStarted event
This is a Microsoft speech api related questions:
The idea it's that when SpeechSynthesizer triggers SpeakStarted event, I would like to know what the SpeechSynthesizer is going to say within this ...
0
votes
0answers
63 views
third party tts software that can export a high quality 24-bit wav using SAPI voices
I have licensed a SAPI voice for a software project and I want to generate high quality WAVs (24 bit 48,000 kHz) from the SAPI voice. I have been using Balabolka ...
0
votes
0answers
116 views
SAPI speech recognition from char array source
I've got java client - server application and I want to add speech recognition. Client records voice and sends it to server as array of bytes (audio format is constant). I'd like to use Microsoft ...
1
vote
1answer
217 views
Using TAPI speech in a Windows Service
I have purchased a license of AddTapi.NET to simplify my development using TAPI in a product that runs as a Windows service. I was able to use the TAPI in a Windows GUI and console application and ...


