Validation error at speech resource creation
Hello, I have a student subscription. I try to set up a 'speech resource' (to eventually generate and download short audio files through text-to-speech service). However, when trying to create this resource, I am getting a 'failed validation error'…
Azure AI Speech
Speech SDK requires outbound Internet and non-documented endpoint format when using ConversationTranscriber with VNET + Private Endpoint
I am running an Azure VM and an Azure Speech Service inside the same VNET. On the VM, I have a Python backend that uses the Speech SDK (ConversationTranscriber) for real-time speech-to-text. Issue 1 – ConversationTranscriber stops working when outbound…
Azure AI Speech
Speech To Text - S0 - Error 429 on first call
Hi everyone, I’m running into a strange issue with the Azure Speech-to-Text REST API. My workflow is: I call the endpoint: POST https://<my-resource>.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2024-11-15 …
Azure AI Speech
Azure Speech Transcription Get File operation always gives expired SAS token
Following doc https://xtls-v4.hkg1.meaqua.org/en-us/rest/api/speechtotext/transcriptions/get-file?view=rest-speechtotext-2025-10-15&tabs=HTTP, I am trying to get a transcription file using the below command GET…
Azure AI Speech
Issues with ConversationTranscriber Realtime STT over Private Endpoint – Requires OCSP/CRL Internet Access and Non-Documented Endpoint Format
I am using Azure Speech Service and a VM inside the same VNET. The Speech resource has a Private Endpoint configured, and the VM accesses it through the private IP. Inside the VM, I run a Python backend that uses ConversationTranscriber (Realtime…
Azure AI Speech
Azure Subscription is Missing/Invisible in Portal, but Resources are Running and Billing is Active.
Hello, I am unable to see or access my Azure subscription in the Azure Portal, even though the deployed resources are still running and I continue to receive monthly billing statements. I have tried logging in with all my associated accounts and…
Azure AI Speech
Speaker diarization not reflected in logs via REST API
I am using ConversationTranscriber on the frontend with the following configuration: const speechConfig = SpeechSDK.SpeechConfig.fromAuthorizationToken( authorizationToken, speechRegion ); speechConfig.speechRecognitionLanguage =…
Azure AI Speech
High egress/bandwidth usage with Batch Transcription contentUrls - Does the service download files multiple times?
Hi everyone, I’m working with the Azure AI Speech Batch Transcription API and running into an issue with unexpected bandwidth consumption. Setup: We are submitting transcription jobs using the contentUrls property, pointing to audio files hosted on our…
Azure AI Speech
How to create Custom Speech service in AI Foundry resource, key-based auth disabled
Hi there, I am facing issues when trying to create a Custom Speech service in my AI Foundry project. I have Cognitive Services User access on the resource and AI Account Owner on the project, but whenever I try to create a Speech service, I get the below…
Azure AI Speech
Alias function not working
Hello everyone, I'm trying to adjust the pronunciation of a word in Azure. However, the next to the input box for the "Alias function" the checkmark is missing to lock in the adjustment. I checked with my colleague and they can adjust the…
Azure AI Speech
How to get Azure Speech resource key
can any one help me about how to get Azure Speech resource key
Azure AI Speech
Azure Speech Services
How do i signup for Speech Services. I go to the Azure signin page, And can seem to be able to go past this page. Is theer an easy way to sign up for Azure Speech Services. I just need my API Keys
Azure AI Speech
Custom Neural Voice Access Approved but Still Getting "Access Required" Error in Speech Studio - Unable to Train Model
Question: I received Custom Neural Voice approval from Microsoft 2 weeks ago, but I'm still unable to train models in Speech Studio. I keep getting this error: "Your current resource does not have access to Custom Neural Voice. You can create a…
Azure AI Speech
Intermittent Stutter and Audio Drop with Azure TTS SDK in Unity
I am integrating the Azure Cognitive Services Text-to-Speech (TTS) SDK into a Unity project and am facing an inconsistent but frustrating issue. The Problem: Sporadically, the synthesized speech will stutter or hesitate for 1-2 words at the end of the…
Azure AI Speech
How to use free tier requests with Microsoft Foundry?
I created Azure Speech service for my speech-to-text transcription with F0 SKU and used fast transcription API endpoints which offers 5 hrs of free audio transcription/month. I was never charged for using this. I thought of using Microsoft Foundry…
Azure AI Speech
text to speech avatar approval
I applied recent Saturday but haven't approved yet, I filled form
Azure AI Speech
How to connect custom speech model with captioning with speech to text?
From following steps regarding training a custom speech model, most documentations are regarding file format following WAV files. For our particular use cases, we'd like to leverage the custom speech model to generate caption file for mp4 videos. Are…
Azure AI Speech
Resource not found when making API call to text-to-speed service
Tested it out on Postman: API key is added to header already Headers & body are structured like below: Got this error: 404 Resource Not Found Also tried with speechsdk on Python, with the same API key and service region, i'm able to get speed…
Azure AI Speech
ConversationTranscriber stops recognizing audio after several Start/Stop cycles with PushAudioInputStream.
I am developing a client/server application that uses Microsoft Speech SDK’s ConversationTranscriber for speaker diarization. The production application runs on .NET Framework 4.6.2, written in C# 7.3, and uses Microsoft.CognitiveServices.Speech 1.47.0.…
Azure AI Speech
Change modalities mid session for voice live azure api
I tried to change modalities mid session from ["text", "audio"] to ["text"] and vice versa, to implement switch between text and voice feature for my voice+chat agent. I did this by sending session.update event to azure…