1,489 questions with Azure AI Speech tags

Sort by: Updated
0 answers

How to get audio file with the method recognizeOnceAsync of SpeechSDK.SpeechRecognizer?

I'm using the demo code from https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/javascript/browser/from-microphone/index.html like this below recognizer.recognizing = (s, e) => { console.log(RECOGNIZING:…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,065 questions
asked 2023-07-07T10:09:45.7133333+00:00
MarsOnly 5 Reputation points
commented 2024-06-26T01:42:48.15+00:00
Cesar Bonadio 0 Reputation points
0 answers

Transcription result returns Access denied due to invalid subscription key or wrong API endpoint?

I'm trying to run a batch transcription based on the example here. I have extracted my subscription key via the screenshot attached: and am trying to run the code via: import requests import json subscription_key = "<KEY VIA…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 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,543 questions
asked 2024-06-25T21:41:35.3366667+00:00
Annie 0 Reputation points
commented 2024-06-25T23:45:34.03+00:00
VasaviLankipalle-MSFT 15,591 Reputation points
1 answer

What is expected date to have AUDIO_INPUT_PROCESSING_ENABLE_V2 feature on Linux systems?

I'm having some issues with the current echo cancellation algorithm on Linux system, and I've noticed that there is enhanced version. Is there any date specified when this feature will be available on Linux systems? …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-25T05:18:01.2766667+00:00
Faris Lemes 40 Reputation points
commented 2024-06-25T14:01:03.3766667+00:00
santoshkc 5,980 Reputation points Microsoft Vendor
0 answers

SPEECH DELAY, Length of created audio from SSML doesnt match my SSML file

Hello, i am using azure congnite services API where i try to transform SSML into audio which work well expect my sentences doesnt start at the right time for example my last sentence "Do hrnca dáme bravčovú masť?" should start at 35290ms but…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-25T11:57:47.4833333+00:00
Jakub Chudiak 0 Reputation points
edited the question 2024-06-25T12:11:24.5566667+00:00
Jakub Chudiak 0 Reputation points
0 answers

Random Words Detected by Azure Speech Recognizer in Silence

Hello Azure Support Team, I am currently using the Azure Speech Service to recognize speech inputs in my application. The setup of my speech recognizer is as follows: export const createSpeechRecognizer = () => { const speechRecognitionConfig =…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
774 questions
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-24T07:44:54.3933333+00:00
Abdul Subhan 5 Reputation points
commented 2024-06-25T04:18:44.3133333+00:00
dupammi 7,850 Reputation points Microsoft Vendor
3 answers

The Azure Cognitive Services Speech is repeating the audio twice

While I am using the Azure Cognitive Services Speech is repeating the audio twice ,

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-18T07:02:02.35+00:00
Vijay Sheth 0 Reputation points
commented 2024-06-24T12:25:39.59+00:00
santoshkc 5,980 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

The Cognitive Services Speech SDK has no sound on iPhone's Safari, but can play successfully on Mac's Safari. How should this be handled?

The Cognitive Services Speech SDK has no sound on iPhone's Safari, but can play successfully on Mac's Safari. How should this be handled? (in react) const initializeSynthesizer = () => { const speechConfig =…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-11T11:25:35.4866667+00:00
jessebo 20 Reputation points
commented 2024-06-24T10:27:30.2333333+00:00
navba-MSFT 19,165 Reputation points Microsoft Employee
1 answer

C# Azure SpeechSynthesizer Timeout

I recently started running into a "Timeout while synthesizing" error when trying to use the OpenAI TTS Voices. Coming from the northcentralus region on a S0 plan. It will sporadically work, but am not seeing anything in my logs about rate…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-23T15:20:19.51+00:00
Burning Aurora 0 Reputation points
commented 2024-06-24T00:19:25.8933333+00:00
Burning Aurora 0 Reputation points
0 answers

The problem related to Speech to text implementation on LAVIE Tab 10FD3 tablet

We are implementing Azure Speech to Text in our app and tested it on several devices, but we had problems with the LAVIE Tab 10FD3 tablet (https://www.nec-lavie.jp/products/tablet/lavie/laviet10/) . The Google Speech to Text API works fine, so it does…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-21T14:44:11.54+00:00
nguyen thuan 0 Reputation points
commented 2024-06-22T09:21:54.6966667+00:00
nguyen thuan 0 Reputation points
1 answer

What to do to get certificate??? I have completed one module but I'm not getting any certification link or test to get that... I'm confusing

I have completed one module but I am not able to find any of the certificate link or test I'm not getting what to do next after sharing the badge of one module completion. This question is related to the following Learning Module

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,495 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,543 questions
asked 2024-06-21T15:54:07.88+00:00
Pratheeksha P 0 Reputation points
edited the question 2024-06-21T16:41:59.51+00:00
VarunTha 4,885 Reputation points Microsoft Vendor
1 answer

How much time did it take for custom STT model to train?

Hey! 🙂 I've just trained a custom STT model using Azure Speech Services. However, I don't know how much time the train took as I can only see the creation date. Is there any way to check how much time a particular train took? Thanks a lot!

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-21T11:32:28.2566667+00:00
Bruno Goncalves Vaz (P) 20 Reputation points
commented 2024-06-21T13:22:22.39+00:00
Bruno Goncalves Vaz (P) 20 Reputation points
2 answers

Unity with azure speech sdk for android and iOS

When i am using the azure speech sdk on unity, when i test it on the computer it works fine, i can speak, it recognizes and responds in speech all normal. When I build for Android and iOS it doesn't work. Both on iOS and Android it advances the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2022-05-13T18:14:49.527+00:00
Rui 11 Reputation points
edited an answer 2024-06-21T03:13:59.9433333+00:00
heizel 0 Reputation points
2 answers One of the answers was accepted by the question author.

Offline speech-to-text service on mobile

My client's mobile network might not be good, so I want to integrate an offline speech-to-text SDK on mobile. Does Azure provide offline speech-to-text SDKs for iOS and Android?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-19T01:13:04.9833333+00:00
milker90 20 Reputation points
accepted 2024-06-21T01:25:18.99+00:00
milker90 20 Reputation points
1 answer

One of the voices we used (BlueNeural) seems to have been removed from our region, will it come back?

We have been using the Azure AI TTS voice en-US-BlueNeural for content creation, but just went to generate new content today and it seems to have been removed from our region (westUs). This was a pleasing voice and for consistency we would really…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-20T23:41:07.31+00:00
Jon Adams 0 Reputation points
edited an answer 2024-06-21T00:45:52.7033333+00:00
VasaviLankipalle-MSFT 15,591 Reputation points
1 answer

Getting CANCELED ConversationTranscriptionCanceledEventArgs - ResultReason.Canceled using a docker container

Hi, I am running a docker container for cognitive-services-speech and getting the cancelled session error while transcribing an audio file. The code I am running is taken from here:…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-20T10:48:21.9633333+00:00
Julia Berezutskaya 0 Reputation points
answered 2024-06-21T00:35:35.5066667+00:00
VasaviLankipalle-MSFT 15,591 Reputation points
1 answer

Azure AI Studio - Speech to text - Unable to contact server. StatusCode: 1006, undefined Reason: undefined

I am currently running a project on the Azure AI Studio for Real-time speech to text and it is currently giving me the error "Unable to contact server. StatusCode: 1006, undefined Reason: undefined" whenever I load an audio file.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-19T15:35:04.8566667+00:00
Jonathan B 5 Reputation points
commented 2024-06-20T17:27:50.27+00:00
VasaviLankipalle-MSFT 15,591 Reputation points
1 answer

Currently, I know that STT is supported on mobile devices when the network is good. I would like to know if STT can still be used without a network connection.

Currently, I know that STT is supported on mobile devices when the network is good. I would like to know if STT can still be used without a network connection.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-19T09:00:35.2666667+00:00
Iris Zhang 0 Reputation points
answered 2024-06-20T08:24:10.2666667+00:00
AnuragSingh-MSFT 21,076 Reputation points
1 answer One of the answers was accepted by the question author.

tts cant read "Cоmmuniсаtiоn is often dоnе without our own соnѕсiоuѕ awareness"

Hello everyone, im using the azure tts and encountered a weird problem. i tried testing the following line "Cоmmuniсаtiоn is often dоnе without our own соnѕсiоuѕ awareness" on the various voices available in the voice catalog. so far all i…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-06-12T09:12:38.98+00:00
executer 20 Reputation points
accepted 2024-06-18T08:59:02.6+00:00
executer 20 Reputation points
0 answers

Issue in connecting cognitive service to communication

I am trying to connect azure cognitive service to communication service. Followed the tutorial in mic learn for the process. I have subscribed a phone number in communication service resource, created a webhook link. Any calls made to the number is…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
763 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
703 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,543 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,238 questions
asked 2024-06-16T12:29:02.3433333+00:00
Laxmiprasad Putta 0 Reputation points
commented 2024-06-18T06:18:52.9366667+00:00
YutongTie-MSFT 47,761 Reputation points
1 answer

Phonemes are not available for pronunciation recognition in french

On the result of the pronunciation recognition, if we set to "en-US", we have all the results for the phonemes spoken/matches. As below. "Phonemes": [ { "Phoneme":…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,489 questions
asked 2024-05-18T21:38:28.0266667+00:00
GOMES-ALVES-DOS-SANTOS Bruna 0 Reputation points
commented 2024-06-18T02:52:14.06+00:00
navba-MSFT 19,165 Reputation points Microsoft Employee