I need a bing keycode
How do I get a bing ketcode for speech recognition?
Incorrect Grammar Case for Dates in Microsoft TTS
Hello, I have noticed an issue with how Microsoft TTS (Text-to-Speech) handles dates in German, specifically regarding grammatical cases. When a date includes the month spelled out, the pronunciation is correct (dative case): ✅ zum 23. November 2025 →…
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
Why speech translation and speech diaization cannot be combined into one service?
Hi, We have noticed that Azure AI Speech provide speech translation and speech diarization service separately. Is there a way to combine those two into one service? Furthermore, the segments from speech translation are very different than that from…
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…
Japanese Voice-to-Text: Preventing Unwanted Kanji Transcription for Names
When using Azure Speech to Text for batch transcription of conversations in Japanese, there is an issue with person names being transcribed into incorrect Kanji characters. A custom speech model has been created to handle specific industry terms, but…
![](https://techprofile.blob.core.windows.net/images/4d92d0b699a24552b31553f4fb1d8d06.jpg)
![](https://techprofile.blob.core.windows.net/images/4d92d0b699a24552b31553f4fb1d8d06.jpg)
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 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…
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…
My webhook throws a BadHttpRequestException "Unexpected end of request content."
I have a webhook that receives updates from Azure AI Speech when a batch transcription is complete and I am regularly getting Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException "Unexpected end of request content.". My function app…
Which Azure Speech SDK Feature to Use for Real-Time Meeting Transcription with Speaker Diarization?
Hi , I am working on real-time meeting transcription using Azure Speech SDK and need: Accurate speaker diarization (identify who is speaking). Sentence-level segmentation (avoid merging multiple sentences into one recognition event). Improved…
Issue with Ryan Multilingual Voice – Accent Changing from American to Australian
Experiencing an issue where the Ryan Multilingual Voice unexpectedly changes its accent from American to Australian during audio generation. Our bot language is set to English - US, and am are consistently using Ryan Multilingual Voice. We have tested…
Speech Functionality in Azure AI Foundry Prompt Flow
Hi, I have question regarding Azure AI Foundry prompt flow. Currently, I want to create a conversational chatbot mobile application that can receive 2 inputs from user. One input is from text input and another one is speech-to-text input. Currently, I…
Running Web Avatar Code Sample but with Audio-Only mode
I've been testing Microsoft's Web/Avatar code sample (cognitive-services-speech-sdk/samples/python/web/avatar at master · Azure-Samples/cognitive-services-speech-sdk) and successfully got it running. However, the pricing for the speech service with an…
How to fix destination container url folder in Azure Batch Transcription?
import os import datetime import json import time import requests from azure.storage.blob import BlobServiceClient ======================= Configuration Settings ======================= Provided container URL for audio files…
[ISSUE] Pronunciation Assessment in Polish Fails
Hello, the Azure Team, I have noticed audio passed to the Azure Pronunciation Assessment in Polish doesn't work at all. Uploaded audio and even the live microphone in your Azure Speech dashboard fail in Polish. I haven't tested all the languages but the…
Creating Custom Keywords Models are stuck "processing"
When creating a new model in the Speech Studio under 'Create a custom keyword for your virtual assistant', the model creation process never completes. I tried it with multiple models and keywords, even the examples like "hey computer" never…
Features container Speech to text
Hello community, I would like to ask you some info about Speech to text containers. I would like to run the service on premise and I don't find any information in the documentation in these services are available in the version on-prem as well: …
Difference in results for Batch speech to text in speech studio and API
Hi, i was running a dual channel hindi audio file on speech studio as well as api on batch speech to text, but i am getting different results in both, and it is consistent. The speech studio version is the correct one as it recognises the phrases…
Voice Activation/Assistant questions on Windows
Hi MSFT team, I want to ask, If a ATL Service(.exe) is a UWP App ? to use voice assistant features on Windows. As we know, only UWP app can use voice activation/assistant. when voice activation return keyword detected, how can I get SignalId or…