HI , I am trying to complete one of the excerise of AI-102 certifications:- "Recognize and Synthesize Speech" but its failed with error.
Hi , i am trying to complete AI-102 certification guide provided Microsoft. on following each and every step correctly using python in my local machine and using VS code IDE . i am getting following error. I have correctly cloned repository from git hub…
Azure AI Speech
Azure AI services
What unit of measure or minumum time block is used to round pricing when consuming Speech services?
Pretty much all speech service providers I've used round up the actual time of a submitted audio file when calculating how many units were charged to convert the audio from speech to text. Some use 6 seconds as the block size, some use 30 seconds, some…
Azure AI Speech
Direct Speech Line - Does the Azure Speech2Text service also bill the silences in the audio stream?
Hi in Azure Bot with DirectSpeechLine configuration we want monitoring the time that user spent to speech for cost evaluation (by single user). We found two method for collect the total seconds amount: Using start and stop speech session events of…
Azure AI Bot Service
Azure AI Speech
Azure AI services


How to config disfluency removal using REST API
I am using the speech-to-text REST API (python) to do some research regarding fillers, pauses, and backtracking in Japanese (ja-JP). Can I config disfluency removal while using the Speech-to-text service? I need to have true text with all the fillers in…
Azure AI Speech
java.lang.UnsatisfiedLinkError trying to run Azure text to speech quickstart
I'm trying to get started with the Azure text to speech quickstart here: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=windows%2Cterminal&pivots=programming-language-java. However, no matter…
Azure AI Speech

Is there any way to train a Custom neural Voice for Georgian Language?
Is there any way to train a Custom neural Voice for Georgian Language?
Azure AI Speech
Speech Studio Neural Voice
Before the latest update to Speech Studio it used to be so that these Neural Voices could speak proper English. Katja(Germany) Elsa(Italy) After the update they no longer speak English very well. I found these when looking for some…
Azure AI Speech
Speech synthesis renders date in date and time string incorrectly
Unless I don't have my service or account set up correctly, I believe that I have discovered a bug in the speech synthesis of the Azure speech service. When the speech configuration has speech region set to "australiaeast", the speech…
Azure AI Speech
Azure AI services
Pronunciation Assessment HttpWebRequest REST
Unable to add pronunciation assessment rest api header in c#
Azure AI Speech
Azure AI services
Developer technologies | C#

Microsoft.CognitiveSerivces.Speech Sdk recognizes silence every 15 seconds with SpeechContinousRecognizeAsync and billed for that.
I have intergrated Microsoft.CognitiveSerivces.Speech sdk with my .Net Windows Service appication. I have integrated Cognitive Service to listen to audio input for any voice commands using SpeechContinuousRecognitionAsync. When there is voice command,…
Azure AI Speech

Viseme support for python
Hi, I want some Viseme support on Python project but I can't find any useful sources. Also I wonder if you are doing a non-profit project for disablities,is there any discount or benefits from Microsoft
Azure AI Speech
is speech service free for training a custom model
Hi I have checked the pricing page but I did find the price for training model so should I assume that it is free of charge?
Azure AI Speech
Speech recognition with inactive tab
I`m using Speech recognition api on client side in browser, when my application tab is inactive it just stops working, is it any way I can handle it? I have thoughts that's because of websocket connection is closing when tab is unactive, so maybe i can…
Azure AI Speech
Error code: 1007. Error details: Websocket message size cannot exceed 65536 bytes USP state
Hello, I have quite a large SSML file (160KB) and trying to turn into an audio file using a custom program got the error [Connection was closed by the remote host. Error code: 1007. Error details: Websocket message size cannot exceed 65536 bytes USP…
Azure AI Speech
Azure speech service model's life
Hello I want to know when the model will expire, and what will happen after the expire, is there a notification for that, because I felt some expired withnot notification.
Azure AI Speech
About using SSML with the Text To Speech service
I want to use Azure's TTS API. I want to use SSML for the text type, and I want to get gender/age group voices for the en-US language. I found that many voice profiles already exist for gender, but there are no supported voices for age groups (adult,…
Azure AI Speech
Where can I find a list of banned words in the SpeechSDK?
In SpeechSDK speech recognition, inappropriate utterances are replaced with * unless ProfanityOption.Raw is set in SpeechConfig.SetProfanity, but is it possible to check what words are considered "inappropriate utterances"? Also, is it possible…
Azure AI Speech
Azure AI services

How to create Multiple Keywords in Speech Studio
Hi I am learning to use the Azure speech sdk. I have used Speech Studio to create a .table file that contains a Keyword so my app can recognize it. I want my app to have multiple keywords it recognizes. How do you do this with Speech Studio? It…
Azure AI Speech
Connection Failed Error with Speech SDK
I've followed both the Speech SDK quickstart and the Speech CLI quickstart, but continue receiving the following error (with the SDK): 'Connection failed (no connection to the remote host). Internal error: 1. Error details: Code: 2508. SessionId:…
Azure AI Speech
The Speech to text not return all text
I am using a Speech to text transcription service with python, but the service not returns all transcription of the audio, just a few seconds... and when exists silence on the audio not return anything more..