1,927 questions with Azure AI Speech tags

Sort by: Updated
1 answer

How to solve HTTP 400 while copying a stt-model from a ressource to another ressource

Hello, Before it works, but now it doesn't work anymore. Does anyone know how to solve it? Translated version looks like this: ' Error copying model into project Error copying model abc into project new. Error: Status: 400. Could not complete…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-27T10:22:20.7266667+00:00
Quốc Trị Đỗ 0 Reputation points
edited a comment 2025-02-28T09:53:36.3566667+00:00
Quốc Trị Đỗ 0 Reputation points
1 answer

Recognizing speech... Info: Error opening streams - read error=1

I have this code to call the Speech recognition and it always fails with opening streams error. I tried both ways - audio stream and wav file. neither is working. def recognize_speech_from_base64(base64_audio: str,languagecode): """ …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-28T04:54:58.6133333+00:00
Clinical Avatar 0 Reputation points
answered 2025-02-28T08:51:40.58+00:00
Alex Burlachenko 1,665 Reputation points
1 answer

Text to speech avatar: increase concurrent connections

Last time we had to do this via support ticket now its making me post here. We want to request higher limits for our AI Speech resource. I'm not posting the extra info needed until i hear back from an engineer.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-26T16:31:04.7133333+00:00
Nick Capito 0 Reputation points
commented 2025-02-28T00:52:26.73+00:00
YutongTie-MSFT 53,911 Reputation points
0 answers

Speech Service Batch Transcription 500 Error

I have a video processing API deployed for 2 weeks. One of the endpoints uses Azure Speech Service Batch Transcription (UKSouth). Users started complaining today as results were not delivered within ETA. I tried listing jobs in the queue and I got…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-21T22:55:09.7333333+00:00
Javier Orozco 0 Reputation points
commented 2025-02-27T19:47:14.88+00:00
VasaviLankipalle-MSFT 18,566 Reputation points
1 answer

Andrew voice is now worse, but not in all regions

I've been using the Andrew voice for a while, and from time to time it gets worse, and someone fixes it. What happened this time is that in region West Europe the voice suddenly changed, and it really sucks. But I tried region Central US, and it sounds…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-20T00:34:21.87+00:00
VC 0 Reputation points
answered 2025-02-27T16:41:58.6566667+00:00
VC 0 Reputation points
1 answer

I need a bing keycode

How do I get a bing ketcode for speech recognition?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-18T16:08:42.3+00:00
Rok1330 0 Reputation points
commented 2025-02-27T16:15:25.6733333+00:00
Rok1330 0 Reputation points
1 answer

Exception [SPXERR_RUNTIME_ERROR 0x1b] When Using SpeechRecognizer with AudioProcessingOptions for Echo Cancellation

I am trying to implement Acoustic Echo Cancellation (AEC) using Microsoft's Speech SDK in C#. I am using AudioProcessingOptions.Create(AudioProcessingConstants.AUDIO_INPUT_PROCESSING_ENABLE_DEFAULT) to enable audio processing. However, I am encountering…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-17T18:12:35.6833333+00:00
Gaurav Rastogi 0 Reputation points
commented 2025-02-27T04:39:14.36+00:00
Vikram Singh 1,980 Reputation points Microsoft Employee
0 answers

Adjusting Audio Speed in Azure AI Speech

Is it possible to adjust the speed of audio generated using an OpenAI voice? I know that OpenAI's REST API supports a parameter for speed, but I couldn't find anything similar in the Azure AI Speech documentation. Thanks in advance!

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2024-10-09T09:09:12.2466667+00:00
RN Dev 0 Reputation points
commented 2025-02-26T22:28:27.2033333+00:00
Greg Insardi 0 Reputation points
1 answer

How to solve problem of a failed speech model

I'm building a speech model on Azure. The data for training was successfully uploaded, but the model that uses the data failed with an "Internal error" message. Pls tell me what to do. Thanks! Elise

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-10T19:18:38.9533333+00:00
Elise 0 Reputation points
commented 2025-02-26T16:15:25.01+00:00
kothapally Snigdha 1,620 Reputation points Microsoft Vendor
0 answers

How to get omissions and insertions from scripted assessments in streaming mode

Hi, I'm trying to use Pronunciation Assessment to assess audio files that are between 60 and 120 seconds. This is in csharp dotnet, with the Azure Speech Services SDK and en-GB. Because of the time limit on the non-streaming method…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-14T15:18:08.83+00:00
Nick Pattman 40 Reputation points
commented 2025-02-26T14:54:09.7266667+00:00
santoshkc 12,990 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Automating Deployment of Azure Speech-to-Text Model Across Subscriptions

I have successfully deployed an Azure Speech-to-Text model in my subscription. Now, I need to automate the process of deploying the same model to my colleague's subscription.   Current Setup: I have an existing Speech-to-Text service deployed in my…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-19T18:56:40.6833333+00:00
Dinnemidi Ananda Kumar 120 Reputation points
commented 2025-02-26T05:43:18.1966667+00:00
Dinnemidi Ananda Kumar 120 Reputation points
3 answers

How to collect user voice in real-time from the browser and then send it to Azure Speech-to-Text via WebSocket?

I'm almost driven crazy by this problem. The audio stream I capture with MediaRecorder on Chrome only supports the webm format, while the Azure API only supports wav and ogg formats. And there is no complete example telling me how to create a support for…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2023-12-15T05:06:24.9066667+00:00
CodeKidz 25 Reputation points
commented 2025-02-26T04:12:36.4133333+00:00
Hunter Web Apps 0 Reputation points
1 answer

408 Status code in Azure Speech to text Batch transcription

I am trying to transcribe an audio file with Azure speech to text Batch transcription. The transcription is successful. But when I try to get the transcription files using the below API curl -v -X GET…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-21T09:57:18.67+00:00
Bhaswati Saha 0 Reputation points
commented 2025-02-25T08:59:56.7833333+00:00
Saideep Anchuri 3,140 Reputation points Microsoft Vendor
2 answers

Getting 408 in Batch speech to text transcription file

I am running azure speech to text using batch transcription API. I am able to create the transcription. It is getting succeed. But when trying to access the transcription files using the below API, I am getting 408 error. curl -v -X GET…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-21T11:14:13.4266667+00:00
Bhaswati Saha 0 Reputation points
commented 2025-02-25T00:24:38.6533333+00:00
Pavankumar Purilla 3,715 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to train a custom model from a custom model in Azure Speech Studio?

Hello! I have a custom model in Azure Speech Studio that I've trained a few months back with audio + human-labeled transcripts. Now, I need to further train the model to ensure it properly filters profanity words. I thought I could just select my custom…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-20T09:24:21.05+00:00
Bruno Vaz 20 Reputation points
commented 2025-02-24T11:20:34.37+00:00
Bruno Vaz 20 Reputation points
1 answer One of the answers was accepted by the question author.

GSTREAMER Command for .wav conversion

Good day! I am using GStreamer command to convert the input file to .wav format. "gst-launch-1.0 filesrc location=\"{inputVideoAudioPath}\" ! decodebin ! audioconvert ! audioresample ! audio/x-raw,format=S16LE,rate=16000,channels=1 !…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-20T09:41:50.5933333+00:00
Amper, Charwin (Contractor) 85 Reputation points
accepted 2025-02-24T10:30:28.99+00:00
Amper, Charwin (Contractor) 85 Reputation points
1 answer

PushAudioInputStream write uses high CPU and memory when under load

Hi team, I observe high CPU and Memory usage when sending audio using the PushAudioInputStream write method during load. I am using the Java SDK version 1.42.0 Our use case involves getting multiple streams of Audio which we need to send to Azure for…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,176 questions
asked 2025-02-18T09:57:02.8933333+00:00
Sai Vishnu Soudri 60 Reputation points
commented 2025-02-24T04:12:05.64+00:00
Sai Vishnu Soudri 60 Reputation points
1 answer One of the answers was accepted by the question author.

How to access confidence score of speech recognition results in JavaScript

I'm using real-time Azure AI Speech recognition with automatic language recognition. I would like to filter out low-confidence recognition results, which mostly caused by background noise or unclear microphone input. I'm using Node.js SDK. It seems there…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2025-02-19T23:27:08.23+00:00
Gunwoo Kim 20 Reputation points
accepted 2025-02-24T01:16:55.5466667+00:00
Gunwoo Kim 20 Reputation points
2 answers

I would like to know if there are any other avatars besides the Asian figures for text to speech ? How do I access them?

I would like to have the option to selfct differen avatar figures besides the Asian one shown.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
asked 2024-11-16T01:08:55.3266667+00:00
Dr. Golden 0 Reputation points
commented 2025-02-23T03:15:30.66+00:00
Alex Hey 0 Reputation points
1 answer

Azure platform: Can't Call API Key for Speech service in Google sheets.

Hi I'm new to azure and I can't call my Azure Speech service (Text to speech) API key in google sheets that's stored in my Key Vault secrets (for The Speech Service.). Can anyone help me? So far I've: Created a Resource Group. Added a Key Vault to…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,927 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,176 questions
asked 2025-02-17T19:39:27.79+00:00
Contentcreator1 0 Reputation points
commented 2025-02-22T06:44:59.31+00:00
Contentcreator1 0 Reputation points