0
votes
4answers
52 views
.NET 3.0 Text to speech WAV output too big and slow process
I wrote a little application that takes in some text and converts it to an audio wav.
now, it works fine except that the wav file produced is too big.
I'm looking on ways to make the wav output …
0
votes
0answers
14 views
Creating an instance of the COM component with CLSID {B5E61148-76CA-4D31-9A1B-B3E893F7FBE8} from the IClassFactory failed due to the following error: 800a0153.
I am facing error using SAPI speechEngine dll. and getting this COM Exception error on running. Please provide assistance.
Option Strict Off
Option Explicit On
Imports VB = Microsoft.VisualBasic
…
0
votes
1answer
21 views
Using speach API in flash and JavaScript
Hi,
I have written sample html page, which calls speach API. I am making use of ActivxObject. For windows this works fine. Now I am looking for the API which I can be used under windows as well as …
3
votes
4answers
138 views
Question on Speech Recognition classes in .NET
Hi guys,
Is it possible to have an application built using the .NET speech recognition classes and pass in a WAV file for it to go through and create a text representation of it. For example, this …
0
votes
0answers
17 views
Installing English language package on Windows Vista German Edition [closed]
Hi,
I have a German edition of Windows Vista Home. I would like to add English Language Speech Recognition support. Is this possible?
0
votes
2answers
45 views
Convert Audio(Wav file) to Text using SAPI?
Hi I am using SAPI
My task is to convert an Audio file not from Direct Speech from Human into text.
e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello …
0
votes
2answers
51 views
how to use Speech SDK 5.1
hi frnds,
i recently downloaded Microsoft Speech SDk 5.1 and i want to learn that how to use it. Please suggest me some websites and links where i can find tutorials on using it from basic …
0
votes
3answers
70 views
C# SAPI in a web service
var speechEngine = new SpVoiceClass();
SetVoice(speechEngine, job.Voice);
var fileMode = SpeechStreamFileMode.SSFMCreateForWrite;
var fileStream = new SpFileStream();
try
{
…
0
votes
1answer
26 views
SAPI access from WCF app
is it possible to access SAPI from a WCF app ?
0
votes
2answers
33 views
Connecting to Naturally Speaking through SAPI 4 interface, possible?
I read somewhere that you can interface to Naturally Speaking through the SAPI 4 interface it exports? Is this true and is there any documentation? Thanks
2
votes
1answer
69 views
How to convert Text to Wave using SAPI with multithreading?
I am trying to convert text to wave file using following function. It works fine if called from main UI thread. But it fails when calling from another thread. How to call it from a multi-threaded …
0
votes
2answers
84 views
How to access SAPI 4 voices from .net framework 3.5
I’m trying to use a SAPI 4 engine (L&H TTS 3000) from .net 3.5 using System.Speech.Synthesis in windows XP.
The problem is than I can only get SAPI 5.1 engines when I call GetInstalledVoices.
…
0
votes
1answer
100 views
Loading multiple grammar files in SAPI 5.1
I'm using an XML grammar file to develop a Command and Control application. Since there are around 4000 entries in the grammar I can't have it all in one file (it gives an error when I try to load …
1
vote
1answer
30 views
How to get the correction commands while doing free dictation with sapi 5.3?
I have an sample application that do basic dictation with sapi 5.3.
It works well to input text with punctuation...
What would I need to do to enable the correction functionality as in the tutorial …
0
votes
3answers
263 views
How to use WndProc from a C++ dll?
I want to handle some SAPI messages from a DLL, which is some sort of plugin. How to handle messages/events inside a VC++ dll. The SAPI event handling is shown in the example at:
…
