sapi Questions

6

Solved

I've been learning about error handling in PHP recently and came across the error_log() function. In the PHP manual, it talks about all the error log types and I understand all of them except for ...
Forethought asked 30/3, 2012 at 17:50

4

Here is my Python code: import pyttsx3 engine = pyttsx3.init(driverName='sapi5') f = open("tanjil.txt", 'r') theText = f.read() f.close() engine.say(theText) engine.runAndWait() I could...
Photophore asked 26/12, 2018 at 17:21

2

I would like to be able to select an alternative voice for my Text-To-Speech output. I am using the ComObject SAPI.SPVoice but I am finding that I cannot change the actual voice used. (BTW - I am u...
Tadzhik asked 26/4, 2020 at 14:4

2

Solved

In a text to speech application by C# I use SpeechSynthesizer class, it has an event named SpeakProgress which is fired for every spoken word. But for some voices the parameter e.AudioPosition is n...
Commonweal asked 8/12, 2015 at 7:24

1

We are trying to do acoustic training but we are unable to create the transcripted audio files, how to create it? Also we are using GetTranscript and Appendtranscript but we are unable to get the I...
Myrmeco asked 18/3, 2012 at 16:58

2

Solved

How can I use ARPA files with MS Speech? The documentation for the Microsoft Speech Platform 11 Recognizer implies that one can compile a grammar from an ARPA file. I am able to compile an ARPA fi...
Libratory asked 18/9, 2018 at 14:42

3

Solved

I found a continuous leakage in my application. After examining using a memory profiler, I found the course is some object from Microsoft Speech.Synthesizer So I build up a toy project to verify t...
Ourself asked 22/5, 2012 at 17:42

5

I am trying to do "streaming" speech recognition in C# from a TCP socket. The problem I am having is that SpeechRecognitionEngine.SetInputToAudioStream() seems to require a Stream of a defined leng...
Planogamete asked 5/11, 2009 at 19:16

5

Solved

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, //...
Luik asked 6/5, 2013 at 17:37

2

Solved

I have read official documentation of Microsoft SAPI but I couldn't find about whether the api can be used on offline mode or not. in there, they said that Microsoft SAPI is server based speech r...

1

Okey, I've ask the question in Windows Desktop Development Forums and I still got no answer. So I'll try here. What is the difference between Microsoft Sapi 5.4 and Microsoft Speech Platform SDK 1...
Caldwell asked 11/7, 2013 at 11:28

2

Solved

I'm currently doing a research on a tool that is able to transcribe audio files. The first thing I look at is the possibility of using Microsoft's System.Speech API. Looking through the msdn docu...
Abhenry asked 15/4, 2016 at 19:52

1

I have installed new SAPI5 voice. In computer settings of Speech program is new voice visible and available to use. But my program cannot find it. To find it, I am using this part of code, I use Sy...
Church asked 16/7, 2012 at 9:21

1

Solved

I am using sapi 5.4 and I am able to retain the audio for training but for adding it to registry entries as given in this Acoustic training using SAPI 5.3 Speech API I am not able to understand the...
Scow asked 7/7, 2014 at 11:49

3

I have been trying to figure out how to "speak" a text into a memory buffer using Windows SAPI 5.1 but so far no success, even though it seems it should be quite simple. There is an example of str...
Scrambler asked 7/5, 2010 at 3:47

1

Solved

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 star...

1

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 recogniz...
Carola asked 5/4, 2013 at 6:43

2

Solved

First of all: this is not a duplicate of Delphi and SAPI. I have a specific problem with the "SAPI in Delphi" subject. I have used the excellent Import Type-Library guide in Delphi 2009 to get a T...
Merwyn asked 13/6, 2010 at 15:20

1

Solved

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 := TSpVoice....
Pule asked 14/10, 2012 at 4:54

2

Solved

I'm relatively new to both C# and the Microsoft Speech platform, but I am working on a server application that will need to transcribe free dictation. The MS Speech Platform SDK seemed perfect, and...
Aleuromancy asked 19/2, 2012 at 6:50

1

Solved

I'm so confused between the text to speech technologies in Windows. I have a slightly peculiar requirement: I need to output speech from a .net program running in Win 7 using System.Speech as...
Briarroot asked 14/5, 2012 at 19:33

1

I'm looking for an SDK that would allow me to have speech recognition on a OSX application. I already have a working code for windows using sapi, to get speech recognition info from an audio file,...
Attract asked 10/11, 2011 at 0:38

1

Solved

I am working on a small practice app using Microsoft's speech recognizer. I cannot seem to get it to recognize single words fast enough for what I am doing. I would like to be able to speak normall...
Mime asked 14/8, 2011 at 19:6

3

Solved

The goal is to be able to pronounce something like wo3. System.Speech can handle Chinese characters, but is there a way to input pinyin directly? It seems from http://msdn.microsoft.com/en-us/libra...
Mcnamara asked 14/6, 2011 at 7:0

1

Solved

I was playing around with this SAPI v5.1 library. So I was testing a sample WAV file I have. (Download it from here). Anyway, the sound in that file is clear and easy. It contains only one word whi...
Ennoble asked 31/5, 2011 at 21:39

© 2022 - 2024 — McMap. All rights reserved.