Questions tagged [bing-speech]

41 questions
0
votes
2 answers

How to add live speech to text data for microsoft bot framework(exactly what google speech does)

I am new to microsoft bot framework. I already build a simple chatbot, and when I publish it and deloyed it to webapp channel, it looks like this where user will select or type text and bot will respond. Now what i need is, I need to add a mic…
0
votes
0 answers

Microsoft Speech SDK for iOS bitcode enabled

Using the SpeechSDK for iOS. The application is not building because the SDK does not have bitcode enabled. Cannot disable bitcode because the project uses Apple Watch component which mandates bitcode usage, disabling bitcode would mean disabling…
0
votes
1 answer

How use Azure speech services (TTS) over than 1024 chars?

I'm using Azure Bing TTS for some math dictation. There is a lot of pauses between the number. for instance: Exercise number 1. 1 2 36
Daniel Santos
  • 14,328
  • 21
  • 91
  • 174
0
votes
1 answer

Speech API translate to more than 1 language using 1 socket connection and 1 audio input

I never find an info if it is possible to use Microsoft Translator speech API in a way that one stream/audio is translated into more than 1 language?. On official docs page I see that I can send only one parameter for to=>Specifies the language to…
Motoo
  • 90
  • 1
  • 1
  • 8
0
votes
1 answer

How do I playback the audio stream returned from Bing Text to Speech API?

I'm using the Azure code sample for Text to Speech API (https://github.com/Azure-Samples/Cognitive-Speech-TTS/tree/master/Samples-Http/PHP) which returns the audio but I don't understand how I capture the stream for playback in the browser? I'm…
thisisready
  • 623
  • 2
  • 10
  • 22
0
votes
1 answer

Bing Speech API giving error with JAVA code

I am trying to use Bind Speech Rest API from Java service but every time I am getting 408 response code. java.io.IOException: Server returned HTTP response code: 408 for URL:…
0
votes
1 answer

Getting 403 Forbidden with webchat on microsoft bot framework

I have followed Option #4 in here: https://github.com/Microsoft/BotFramework-WebChat/blob/speech/samples/speech/index.html and used my COGNITIVE_SPEECH_API_KEY. But I keep getting a 403 forbidden even though the code seems to be passing in the…
0
votes
1 answer

Bing Speech API - unexpected calls

I have APS.NET Application and it is deployed on Azure. Application calls Bing Speech API to recognize voice. (Client makes POST request and server calls Bing Speech API for every request). It looks like this: ONLY server calls Bing Speech API. And…
Puzirki
  • 442
  • 5
  • 16
0
votes
1 answer

Uncaught DOMException: Failed to construct 'AudioContext': The number of hardware contexts provided (6)

i am trying to implement microsoft bing speech api and its working fine for the first 5 times after that when i record my voice i getting exception in console . Exception : Uncaught DOMException: Failed to construct 'AudioContext': The number of…
0
votes
0 answers

Unity Bing Speech sample

i would like to use Bing speech services to my unity project. I am already using LUIS and windows.speech for TextToSpeech and SpeechToText. But i found no sample and i tried to integrate BibnSpeech to my project but i always have namescape or c#…
-1
votes
2 answers

How to use Bing speech API with Asterisk?

I'm working to build an IVR with asterisk and I'm looking to use a speech recognition API. Can I use Bing speech API for speech recognition in asterisk passing through asterisk API?
moemen
  • 1
  • 1
1 2
3