|
|
Browse by Tags
All Tags » SAPI 5.1 (RSS)
Showing page 1 of 2 (19 total posts)
-
I got this error ''attempted to read or write protected memory'' when i use SpFileStream to open a audio file
i'm using window 2003 standard with .net 1.1, 2.0, 3.0, 3.5 and sapi 5.1
any got experience on this or got any solution to solve this?
-
Hello!
I am using SAPI 5.1 for an application text-to-speech.
I need to do the operation text-to-speech to a wav file and access information triggered by events in order to save
it to a structure of data.
I can save the wav files correctly, but I can not access the events.
Can you help me?
-
Hello Folks,
I'm using SAPI 5.1 w. VS 2005 (C#, .NET 2.0).
Similar to a couple of other posts on here, I've had difficulty finding explanations/examples of a basic Speech Recognition
Grammar File. I'm looking for file format details and methods for referencing the Grammar in C#. What I'm hoping to do: Add a list of relatively long ...
-
hello,
when I learn the speechsdk grammers ,I don't how does the programm works when i add the grammer dynamic.for example:
there is a programmatic code:
SPSTATEHANDLE hsSendMail;
// Create new top-level rule called ''SendMail''
hr = cpRecoGrammar->GetRule(L''SendMail'', NULL, ...
-
Im trying to do speech to text from 2 microphones in c#. I can't find any relivent documentation or help online.
Im am successfully capturing and processing the data from the microphones as MemmoryStreams. But trying to plug these streams into SpeechRecognitionEngine (SRE) doesnt work. The SRE doesnt seem to even enter a Started state. The ...
-
I'm new to speech SDK 5.3. I created a speech recognition application that match the text in richtextbox, but the result are not too good. i wnat to know is It necessary to train a particular user everytime with new text.? OR
if we use grammer builder inteface for building grammer in XML format, does it help in better recognition .
With ...
-
In System.Speech SSML C#:Why did the voice not set the second time, for the sentence: ''Its fleece was white as snow second time.''It used the default voice only instead of the female voice variant 2 as used for the above sentence.<?xml version=''1.0''?><speak version=''1.0'' xmlns=''http://www.w3.org/2001/10/synthesis'' ...
-
Hello
I am working on making a speech to text convertor in C#.The features I plan to include are that different users may load and save their speech profile and may load it by giving username and password.Should I use SAPI for this project.
Is there a way to install speech recognition engine without administrator rights?I want to make my ...
-
I have a grammar (xml) file, and one of the top-level rules is:
<RULE NAME=''dosome'' TOPLEVEL=''ACTIVE''>
<P>Merlin Do Some</P>
<RULEREF NAME=''ArtList''/>
</RULE>
Then in the same file I have:
<RULE NAME=''ArtList''> ...
-
Hello,
is there anything equivalent with ''Simple TSS DHTML'' sample in SAPI 5.1 but in speech recognition?
I want to create a script in javascript just like the ''Simple TSS DHTML'' sample, to be able for speech recognition...
Thank you.
1
|
|
|