microsoft-speech-api Questions
1
Solved
Following the guide here to install the microsoft azure text to speech SDK: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/quickstart-python#install-the-speech-sdk
It sa...
Auberta asked 29/1, 2019 at 16:31
1
Solved
I want transcribe longer audio files (at least 5 minutes) using REST APIs from Microsoft. There are a lot of different products and names, e.g. Speech service API or Bing Speech API. None of the RE...
Tel asked 22/10, 2018 at 15:3
1
Solved
It seems Microsoft offers quite a few speech recognition products, I'd like to know the differences among all of them pls.
There is Microsoft Speech API, or SAPI. But somehow Microsoft Cognitive S...
speech-recognitionspeech-to-textazure-cognitive-servicesmicrosoft-speech-apimicrosoft-speech-platform
Cotquean asked 12/6, 2018 at 17:15
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...
Hitandrun asked 8/6, 2016 at 12:22
1
I have installed the x86 SDK and added the Microsoft.Speech.dll to my project. The project is set to x86.
When trying to create a instance of SpeechSynthesizer I get
Retrieving the COM class f...
Slapstick asked 22/1, 2014 at 19:34
2
I work with SpeechRecognitionEngine from the namespace System.Speech in inproc-mode for doing some automation work. The speech recognition is started via RecognizeAsync.
It works fine, however, wh...
Kolo asked 4/12, 2013 at 9:8
2
Solved
I'm using Microsoft Speech API to load a grxml grammar:
Grammar grammar = new Grammar(file);
grammar.Enabled = true;
SpeechRecognitionEngine sre = GetEngine();
sre.LoadGrammarAsync(grammar);
Ba...
Kreis asked 23/8, 2012 at 22:55
1
© 2022 - 2024 — McMap. All rights reserved.