1,402 questions with Azure AI Speech tags

Sort by: Updated
0 answers

Is it possible to stream Groq LLM responses as and when I get it into Azure TTS?

Hi! I'm trying to build a real time LLM conversation bot, and need it to be as low latency as possible. I have successfully set up TTS audio output streaming…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-03T08:10:45.06+00:00
arunnair 0 Reputation points
commented 2024-05-03T20:46:44.5533333+00:00
dupammi 6,560 Reputation points Microsoft Vendor
0 answers

How to have multiple mstts:audioduration in a single <speak>?

I'm trying to adjust the duration of individual phrases so that the synthesized voice matches with the voice in the original audio. It's working perfectly when done like this: <speak xmlns="http://www.w3.org/2001/10/synthesis"…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-02T21:27:23.34+00:00
Lucas 0 Reputation points
commented 2024-05-03T20:39:11.6933333+00:00
dupammi 6,560 Reputation points Microsoft Vendor
0 answers

Is there any way to dub audios maintaining its original intonation, breaks and speed?

I've a voice audio that has a lot of deeper and higher tones and some breaks and "word-emphasis" in specific moments, but, when using the "Speech Translation" functionality, this audio loses all of its life (all this complexity),…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-02T20:04:02.48+00:00
Lucas 0 Reputation points
commented 2024-05-03T09:13:24.55+00:00
santoshkc 4,350 Reputation points Microsoft Vendor
0 answers

Error while trying to train a 202240228 Whisper Large v2 baseline model

When trying to train a custom speech model using a dataset containing an audio file and its transcript, the model failed to train due to an internal error. Can anyone provide any insights on how to troubleshoot this issue?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-03T08:53:22.2033333+00:00
Engineering 0 Reputation points
1 answer

Low Confidence level of Language Identification

Hi, I was testing the this file , which is in English language, and somehow the language identification returned with Low confidence level for en-US locale. I used both continuous and recognize once option. Are there options I can set, to always ensure…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
358 questions
asked 2024-04-30T04:02:25.82+00:00
Amper, Charwin (Contractor) 65 Reputation points
commented 2024-05-03T04:27:28.1266667+00:00
santoshkc 4,350 Reputation points Microsoft Vendor
1 answer

Do Text to Speech containers TTS provide visemes and blendshapes like the API?

I'm currently using the Speech API and consuming the visemes and blendshapes that are returned. In an effort to reduce latency I would like to run the speech services locally via the text to speech container. Does the response of the container STT…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-04-22T05:35:00.3933333+00:00
Matt Ma 0 Reputation points
answered 2024-05-02T23:05:47.7666667+00:00
Matt Ma 0 Reputation points
0 answers

How can I use AzureTextToSpeech in PowerApps?

I selected the connector and put a button on the canvas. On the OnSelect method I placed following code Set( _myOutput, AzureTexttospeech.ConvertTextToSpeech("en-US-JennyNeural", 'AddressInput.Language'.'en-US', TextOut.Text)); The…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-04-29T12:23:43.5733333+00:00
Joël Simons 0 Reputation points
commented 2024-05-02T09:47:51.1133333+00:00
navba-MSFT 17,125 Reputation points Microsoft Employee
0 answers

OpenSSL Issue When Running Azure Speech to text on docker

Hey folks, I'm trying to run speech-to-text using Python on a docker container, but I'm getting an SSL error, I have tried following the steps mentioned here for SSL setup and also installed the required dependencies as mentioned here. However, I'm still…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-01T10:44:52.22+00:00
Ayush Kumar 0 Reputation points
commented 2024-05-02T08:48:56.48+00:00
romungi-MSFT 42,206 Reputation points Microsoft Employee
0 answers

Exception while running Azure Speech to text SDK with jar file (UnsatisfiedLinkError , setTempDirectory)

Hi Team I'm getting errors while running my Java jar in Windows and centos7, However the same is running fine in my Eclipse IDE. The issue is coming when I build the jar and run it in the environment. The error details are below: 2024-05-01 15:50:10…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-01T12:21:38.4333333+00:00
Ayush Kumar 0 Reputation points
edited a comment 2024-05-01T21:24:43.2666667+00:00
VasaviLankipalle-MSFT 14,261 Reputation points
0 answers

Customizing a Conversation Model for a Hebrew Car Sales Call Center

Hi, I am looking for guidance on the process of customizing a model to transcribe conversations in a Hebrew car service call center. The conversations predominantly involve Hebrew-specific domain terms and non-dictionary words. Could you provide some…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-05-01T11:09:25.73+00:00
Shahar Spencer 60 Reputation points
commented 2024-05-01T21:13:12.54+00:00
VasaviLankipalle-MSFT 14,261 Reputation points
0 answers

Why am I getting a quota error?

I'm using Azure TTS and getting the following quota error: "You have reached the quota with your free-tier (F0) Speech resource. To continue to create audios with neural voices, switch to a standard paid resource, or upgrade your free-tier…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-03-05T20:15:33.4966667+00:00
Rich Hawksworth 0 Reputation points
commented 2024-04-30T18:03:54.3133333+00:00
binarystar 0 Reputation points
1 answer

Speech Recognition Live transcription not detecting any other language instead of English

Hi, I am using Speech Recognition resource in my application for live transcription. It's perfectly going with English language but when I am trying to say in Hindi then it's not detecting. I want to create my application for multiple languages used in…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
358 questions
asked 2024-04-27T06:16:27.79+00:00
Jagwant singh 0 Reputation points
edited an answer 2024-04-28T16:36:14.4466667+00:00
VasaviLankipalle-MSFT 14,261 Reputation points
2 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,402 questions
asked 2024-04-16T01:53:41.8933333+00:00
newsay 25 Reputation points
commented 2024-04-28T01:36:39.9266667+00:00
newsay 25 Reputation points
2 answers

I am happy with the results in "Speech Studio" for a sample wav file. How do I scale this up to longer files?

I have run a 1-minute wav file through the Speech Studio sample process and am pleased with the result. I can't figure out how to move forward in the system to process larger speech files. One branch seems to take me into a training setting where I…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-04-19T21:50:59.1133333+00:00
John Woolley 0 Reputation points
answered 2024-04-28T00:03:18.5633333+00:00
YutongTie-MSFT 46,986 Reputation points
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,402 questions
asked 2024-04-11T11:39:56.2733333+00:00
斌 周 0 Reputation points
commented 2024-04-27T09:22:48.8133333+00:00
YutongTie-MSFT 46,986 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Pronuciation Assessment recognition offset lag

I'm using the Pronunciation Assessment with the recognizeOnceAsync method. We are presenting a word for assessment and measuring the response time. Sometimes the offset returned with the recognition corresponds closely with the time reported from the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-04-22T16:43:22.98+00:00
Andrew Pasquale 20 Reputation points
accepted 2024-04-26T19:22:19.84+00:00
Andrew Pasquale 20 Reputation points
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,402 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
358 questions
asked 2024-04-18T07:44:28.6733333+00:00
Dorin Ben Haim 0 Reputation points
commented 2024-04-26T06:08:47.7+00:00
romungi-MSFT 42,206 Reputation points Microsoft Employee
0 answers

Do I have to be on GovCloud in order to connect/use Azure Speech Services hosted on GovCloud US Virginia?

Hi. I am working with a cloud providers solution that is located in Amazon us-east2 region. I am hoping you can help confirm if the Azure Cognitive STT and TTS integration will/should work with Azure Speech Services hosted on GovCloud US Virginia? …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-04-23T16:04:37.75+00:00
PeterJD 0 Reputation points
commented 2024-04-26T06:02:35.9166667+00:00
romungi-MSFT 42,206 Reputation points Microsoft Employee
0 answers

Azure speech service bot working in firefox

Firefox can’t establish a connection to the server at wss://centralindia.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?language=en-US&format=simple&Ocp-Apim-Subscription-

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2024-04-25T15:01:29.2466667+00:00
Fauzan Ahmad 0 Reputation points
edited a comment 2024-04-26T00:19:27.4333333+00:00
VasaviLankipalle-MSFT 14,261 Reputation points
2 answers

Error when calling "Audio Content Creation" in Speech Service

I (global admin) have assigned "Cognitive Service Speech Contributor" Role to our Developer in Speech Service. When he chooses "Audio Content Creation" he gets the message "The role you've assigned for the ressource [...] has not…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,402 questions
asked 2022-06-14T05:25:33.943+00:00
Lutz Becker 6 Reputation points
edited an answer 2024-04-25T17:04:38.8866667+00:00
Asam sami 0 Reputation points