1,380 questions with Azure AI Speech tags

Sort by: Updated
0 answers

Connection to azure cognitive service failed with Firefox

based on Firefox 84, we have a voice-assistant app, it works fine until last Saturday(4.11)。 Azure API from https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-recognize-speech?pivots=programming-language-javascript the api…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-16T10:14:58.88+00:00
Yan AI 5 Reputation points
commented 2024-04-18T18:11:35.95+00:00
VasaviLankipalle-MSFT 13,771 Reputation points
1 answer

speechsdk.SpeechRecognizer only works from ipynb notebook, cancels when run from .py script

I have been closely following MS speech recognition code examples but I ryun into an inconsistency in Azure Speech API behavior... When I run code below from .ipynb notebook it works and happily churns out recognition results. import os import time #…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,349 questions
asked 2023-07-23T06:29:42.6+00:00
van der Laan, Pepijn 0 Reputation points
commented 2024-04-18T10:38:50.14+00:00
Harmeet Singh 0 Reputation points
1 answer

Connection to azure cognitive service failed with Firefox 124

The latest version of Firefox (124) has enabled the HTTP2 protocol by default for WebSocket connections. This change causes connections to Azure Cognitive Service API (for example, speech recognition) to fail with a 404 error. The servers are not capable…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-11T07:58:33.67+00:00
Cédric ANUS 0 Reputation points
commented 2024-04-18T10:14:09.4333333+00:00
romungi-MSFT 41,861 Reputation points Microsoft Employee
0 answers

while using ASR getting 429 errors with custom endpoints

1.While using ASR with custom endpoints getting 429 errors (many requests). If we request too many calls, it will get these 429 errors. Could you please share the document on this. Is it same for public endpoints? if it is different from custom…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-02T01:02:28.3533333+00:00
Mallu Swetha (MINDTREE LIMITED) 80 Reputation points Microsoft Vendor
commented 2024-04-18T10:12:51.7033333+00:00
romungi-MSFT 41,861 Reputation points Microsoft Employee
0 answers

Android uses TTS SDK and 3 errors occur

Hello, our App Android version has used Microsoft's TTS SDK "com.microsoft.cognitiveservices.speech:client-sdk:1.34.0" But 3 errors appear frequently: Error 1: {CancellationReason:Error ErrorCode: ServiceTimeout ErrorDetails:USP error: timeout…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-16T01:53:41.8933333+00:00
newsay 20 Reputation points
commented 2024-04-18T10:11:37.5733333+00:00
romungi-MSFT 41,861 Reputation points Microsoft Employee
0 answers

speech Synthesis Language hebrew not working

hey I am reaching out to address an issue I have encountered with the speech Synthesis Language( microsoft.cognitiveservices.speech.sdk ) functionality in JavaScript. I have noticed that when attempting to use the Hebrew language code (he-IL) for…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
352 questions
asked 2024-04-18T07:44:28.6733333+00:00
Dorin Ben Haim 0 Reputation points
commented 2024-04-18T09:36:34.0266667+00:00
romungi-MSFT 41,861 Reputation points Microsoft Employee
0 answers

iOS version is using Microsoft TTS SDK occurs an error

Hello, our iOS version is using Microsoft TTS SDK, the version is: pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.35.0' When calling the official demo, an error occurred, specifically: func synthesisToSpeaker() { var speechConfig:…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-16T02:08:01.0066667+00:00
newsay 20 Reputation points
commented 2024-04-18T06:01:53.79+00:00
navba-MSFT 16,845 Reputation points Microsoft Employee
0 answers

I am receiving "Internal Server Error" on all batch speech to text requests

The Azure batch speech to text service has been working for us for some time, but today all of our requests started receiving "internal server error" responses. { "properties": { .... "error": { …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-18T04:01:09+00:00
Dustin Harmon 0 Reputation points
commented 2024-04-18T04:49:51.8933333+00:00
navba-MSFT 16,845 Reputation points Microsoft Employee
0 answers

zh-CN-XiaochenNeural Abnormal timbre

zh-CN-XiaochenNeural, abnormal timbre. The same problem occurred in October last year. https://learn.microsoft.com/en-us/answers/questions/1431823/the-timbre-of-the-voice-of-zh-cn-xiaochenneural-ha —————————————————————— How long will it take to recover…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-11T11:39:56.2733333+00:00
斌 周 0 Reputation points
commented 2024-04-17T05:51:36.4666667+00:00
斌 周 0 Reputation points
0 answers

Text to speech S0 standard tier - 0.5 Million characters free, where?

Hello, I am using the cognitive text to speech service API with the 0 standard tier. I am not understanding why I am not getting the 0.5 million free credits per month that the free tier offers. Based on the support I spoke to over the chat, I should be…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-11T17:51:28.7233333+00:00
Benoit Rivaux 0 Reputation points
commented 2024-04-17T05:29:21.74+00:00
navba-MSFT 16,845 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

When i using text to speech with Viseme it works perfectly with proper lip sync for the blend shapes but don't know why at night the lip sync's blend shapes are off??

Hi guys - I am seeing this weird issue with the quality of blend shapes received from TTS service. For some reason, the blend shape is not in sync with the audio at night whereas it works perfectly in the day time. I am using the southeast Asia region. …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-03-20T08:18:37.0933333+00:00
pulkit garg 20 Reputation points
commented 2024-04-17T04:24:07.6966667+00:00
santoshkc 4,005 Reputation points Microsoft Vendor
1 answer

Increase whisper quota

Hello, I have raised a request to increase our quota for the whisper model for the OAI one, would like to get guidance on how to increase the quota? Thanks in advance Ivan

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,119 questions
asked 2024-04-16T18:01:57.0333333+00:00
imeduri 0 Reputation points
answered 2024-04-16T18:21:06.5966667+00:00
YutongTie-MSFT 45,911 Reputation points
1 answer One of the answers was accepted by the question author.

dedicated pool of ASR engines (100 – 200) on standby

The customer is using real-time speech transcription by using custom endpoints and customer is requesting for is a dedicated pool of ASR engines (100 – 200) on standby, specific to judiciary’s usage and not for any other customer’s usage. The customer…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-15T01:33:35.2566667+00:00
Mallu Swetha (MINDTREE LIMITED) 80 Reputation points Microsoft Vendor
accepted 2024-04-16T06:16:56.9566667+00:00
Mallu Swetha (MINDTREE LIMITED) 80 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure speech to text giving WebSocket error in docker

I'm making a website using Next.js 14, and I want to add speech-to-text functionality to it. I followed this sample code as a guide: https://github.com/Azure-Samples/AzureSpeechReactSample. Locally, it's working as expected; the token is being fetched…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-14T17:13:35.11+00:00
Andris Kokins 30 Reputation points
commented 2024-04-15T20:59:35.6866667+00:00
Andris Kokins 30 Reputation points
1 answer

When will new voices support blendshape output?

Hello, we are using the text-to-speech service and are relying on blendshapes for facial animations. However, some voices do not support blendshapes and this doesn't seem to be documented. In the voices overview…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-05T13:26:54.0966667+00:00
Steffen Schreiber 0 Reputation points
answered 2024-04-15T20:49:52.27+00:00
Steffen Schreiber 0 Reputation points
1 answer

Processing customer service calls in Hebrew

How can I transcribe and extract a to-do list from phone calls to a car service company in Hebrew? I need to transcribe the call, summarize the call, create a to-do list for the salesperson, and identify any necessary business procedures that should…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-15T15:28:37.42+00:00
Shahar Spencer 60 Reputation points
edited an answer 2024-04-15T20:32:07.0266667+00:00
VasaviLankipalle-MSFT 13,771 Reputation points
0 answers

message: Acoustic data import failed: Zero transcriptions could be parsed from the given input.

In the Speech Studio, I'm trying to train a custom model. I'm using this folder as the template for my zip file. This is the error I get: Number of success: 0 Number of failure: 1 Error message: [ { message: Acoustic data import…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2022-07-28T17:48:00.363+00:00
Prasanna 11 Reputation points
edited a comment 2024-04-15T08:34:08.95+00:00
Akihiro Inui 0 Reputation points Microsoft Employee
1 answer

How to fix azure cognitive speech services error 0x38

I'm making a python applications with four scripts, everything works fine in vscode, but when I use the onefile command with all necessary libaries and stuff, it doesn't work it gives me 0x38. I'm using azure's functions to turn speech into text. Here's…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-13T04:22:51.9266667+00:00
Olanorw 0 Reputation points
answered 2024-04-15T03:16:51.7866667+00:00
navba-MSFT 16,845 Reputation points Microsoft Employee
1 answer

Custom list phrase / vocabulary on batch transcriptions?

Hi, I need the ability to provide a custom list of phrases for every transcription depending on the customer who will be transcribing a file. Consequently, I need something like this …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2021-04-16T16:28:46.453+00:00
Rafael Castelo 6 Reputation points
commented 2024-04-13T14:51:39.6833333+00:00
Christopher Parsons 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to implement using NodeJS Microsoft SDK, real-time streaming and viseme events?

Hi all, I would like to know is it possible to implement a Microsoft SDK/NodeJS based app for text-to-speech using reali-time streaming (meaning that the server/client starts playback as soon as the first chunk is received) and having access to viseme…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,380 questions
asked 2024-04-11T13:29:56.0133333+00:00
Stamatis Kourtis 20 Reputation points
commented 2024-04-13T04:42:08.78+00:00
navba-MSFT 16,845 Reputation points Microsoft Employee