Microsoft Azure Text-to-Speech - Commercial usage
Microsoft Azure TTS in Commercial Settings - can the audio files, the voice outputs from the text I put into Microsoft Azure's Text-to-Speech be used in a commercial/business setting? If so, must I seek out separate permission or a license from…
Azure AI Speech

How to set parameters such as emotion and speech speed for text to speech in REST API?
Azure AI Speech

Microsoft Azure speech to text doesn't recognize .wav audio when generated by PC microphone
I am trying to use Azure speech to text as part of a larger app. When I input a .wav audio file generated by Azure text to speech, or I input a .wav file downloaded from the internet, my Azure speech to text script works. However, when I use a .wav file…
Azure AI Speech

How to Create web application using custom voice commands with Azure services
Hi, i want to create the voice command based web application? in that application i want to perform operations through voice for ex suppose there is a form and form contains multiple fields like First name, Last Name, Date of Birth, Mobile number. now if…
Azure AI Speech
Azure AI services
how to create voice command based web application?
Hi, i want to create the voice command based web application? for EX: if i pass the text in voice format like show me the details of EmployeeNo 101022
Azure AI Speech
Azure OpenAI Service
Azure AI services
Developer technologies | C#
Microsoft TTS and disclosure requirement
I would like to use microsoft TTS to only generate static prompts to be play inside of an IVR as an audio file with a client, but this is not a voice assistant use case. It would be used to play short prompts with non sensitive data and get a DTMF…
Azure AI Speech
Is there (or will there be) a way to instruct a voice to recite poetic lines keeping a strict tempo, like in music?
Hi, I am playing with various neural voices, instructing them to recite various poems, and I have trouble making them keep the tempo that those poems require. Like for example T.S. Eliot's Skimbleshanks the Railway Cat That poem is supposed to be recited…
Azure AI Speech
Azure Speech SDK stopping the speech recognization after 4minutes of inactivity with status : serviceTimeout, Due to service inactivity the client buffer size exceeded. Resetting the buffer.
Hi Team, I am using Azure speech SDK for speech-text translation functionality. The service is doing its job of translation however after 4minutes of inactivity the service is calling cancel event which stops the speech recognition with the status …
Azure AI Speech
Encountered exception. The completion operation does not work with the specified model, text-embedding-ada-002. Please choose different model and try again.
I have been following the azure openai speech to speech demo for which the documentation is here: …
Azure AI Speech
Azure OpenAI Service
Azure AI services
Blob Trigger function in azure for speech-to-text transcription using cognitive services and speech in python
My code looks like below ,what I'm expecting is after setting up the blob trigger function, when we add an .wav audio file in a input container that file need to transcript and stored in output container as plain text "but with my code trigger is…
Azure AI Speech
Azure Functions
Azure Storage
Azure Blob Storage

Cognitive Services-Text to speech
I have been using the free tier and now have to upgrade. I am sure I will remain within the free service text to speech allowance. If I sign up to the pay as you go service, am I correct to assume that it will remain free for 12 months, as long as I stay…
Azure AI Speech
Speech Resource not working on Chrome browser
I have implemented the Azure SpeechToText Services in my DOTNET application, and it is working on all browsers except Google Chrome. Previously it was working on Mobile Phone Chrome browser, but I think the updated Chrome browser has some different…
Azure AI Speech
Azure AI services
Microsoft Azure removed the free TTS without login
Hi!. Please bring back the Microsoft Azure free TTS demo without login, I don't have money and I don't have credit card!. It was better free!. :(
Azure AI Speech
How to customize silence time between sentence groups in Azure Text to Speech
I am trying to reduce the gap between two sentence groups in Text to Speech in Azure console. The gap between sentences can be reduced by specifying sentenceboundarysilence i.e. sentenceboundarysilence="5ms", but I don't know how to customize…
Azure AI Speech
Azure AI services
Gostaria que o texto para voz ficasse igual ao exemplo que está da Francisca
Estou usando esse código para converter o texto em fala: <speak xmlns='http://www.w3.org/2001/10/synthesis' xmlns:mstts='http://www.w3.org/2001/mstts' xmlns:emo='http://www.w3.org/2009/10/emotionml' version='1.0'…
Azure AI Speech
Azure Speech recognition
When we use Azure Speech recognition, it will be too slow to recognize a large paragraph of complete sentences, real-time recognition, and a large number of repeated recognition results, which will frequently refresh the page, and the user experience…
Azure AI Speech
I am not being able to stop Keyword Recognition Service.
Hello everyone, I am using Azure Speech SDK and Azure Keyword Recognition. While using the Keyword Recognition, I am using the method: recognize_once_async. import azure.cognitiveservices.speech as speechsdk keyword_model =…
Azure AI Speech

Neural Voices in Spanish are not narrating like before
The Spanish narrations like the voice of Alex from Peru, Sebastian from Venezuela, Alonso from USA are now different and worse. Let me explain: now at about 170 characters the intonation of the voice goes down as ending the sentence, when before it was…
Azure AI Speech

Speech SDK SpeechSynthesisVisemeEventArgs.Animation is always empty
I have the following code: using (var synthesizer = new SpeechSynthesizer(speechConfig, null)) { // Subscribes to viseme received event synthesizer.VisemeReceived += (s, e) => { console.writeLine(e.Animation); }; var…
Azure AI Speech
Feedback from Azure TTS to Azure speech recognizer
Hello, I'm trying out both Azure TTS and speech recognition from the speechsdk in Python. I want to be able to talk to a chatbot and have it talk back to me continuously like we are having a conversation. My issue is whenever the AI talks back to me…