1,519 questions with Azure AI Speech tags

Sort by: Updated
1 answer

here i cannot find To create a custom avatar endpoint, follow these steps: Sign in to Speech Studio. Navigate to Custom Avatar > Your project name > Train model.

i cannot find custom avatar key after sign in to the speech studio .

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-16T11:23:22.97+00:00
Praveen Jaganivasan 0 Reputation points
commented 2024-05-27T04:55:52.14+00:00
santoshkc 6,310 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Inquiry Regarding Azure AI Speech Error

Dear Azure Support Team I recently encountered an issue while using Azure AI Speech service with recordings from the VoiceMemo app on iPhone. Specifically, when attempting to process recordings of approximately 30 minutes in length, I received the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-15T12:18:25.3266667+00:00
y.ashibe 25 Reputation points
edited a comment 2024-05-27T04:06:55.3133333+00:00
navba-MSFT 19,735 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Speech Studio Audio Content Creation (x) Content Format and Audio Export Fail

I discovered https://speech.microsoft.com/portal, audio creation tile. (I think it should be the first one and described as "interactive batch TTS web interface.") I uploaded a file named test.txt, which has two paragraphs. For decades now,…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-18T19:20:53.55+00:00
ivo welch 40 Reputation points
commented 2024-05-27T01:39:15.4733333+00:00
dupammi 7,955 Reputation points Microsoft Vendor
1 answer

400 Bad request using whisper with AzureCliCredentials

I'm trying to use Whisper using the AzureCliCredential and i always get an error as follow { code: 'Request is badly formated', message: 'Resource Id is badly formed: NA' } my very simple code is : import * as fs from "fs"; import {…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,543 questions
asked 2024-05-23T21:20:18.4833333+00:00
Julien C 0 Reputation points
answered 2024-05-24T08:49:03.08+00:00
navba-MSFT 19,735 Reputation points Microsoft Employee
1 answer

How to transcribe foreign names and words within English sentences

I use Azure Speech to transcribe audio files in English through a Java application. There are however some reoccuring foreign words and names (Arabic) used in the middle of the English sentences and these are not properly transcribed. What is the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-23T17:05:03.7633333+00:00
Hashim Khan 0 Reputation points
answered 2024-05-23T23:10:01.36+00:00
VasaviLankipalle-MSFT 15,836 Reputation points
1 answer

Markdown to SSML ?

Does anyone know of a basic "preparer-converter" that takes a markdown (.md) file and converts it into an SSML file?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-18T19:23:52.8433333+00:00
ivo welch 40 Reputation points
commented 2024-05-23T05:57:03.44+00:00
dupammi 7,955 Reputation points Microsoft Vendor
0 answers

import user_config_helper

not able to find library to import user_config_helper import user_config_helper

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-22T08:42:34.7766667+00:00
AT13519148 0 Reputation points
commented 2024-05-23T05:51:51.5133333+00:00
dupammi 7,955 Reputation points Microsoft Vendor
0 answers

Regarding usage cost calculation using Azure Retail Price API

We are using Azure subscription with the Standard Tier. We have a requirement to calculate the monthly usage cost in JPY (Japanese Yen) of the Azure Speech to Text service and Azure Blob Storage in our application. we analyzed the Azure Retail Price API…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,289 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
asked 2024-05-21T12:27:41.82+00:00
Test Admin 171 Reputation points
edited a comment 2024-05-22T07:02:03.99+00:00
Test Admin 171 Reputation points
0 answers

Multilingual voice mispronounces Ukrainian as Russian

How can I resolve the issue of multilingual voices pronouncing Ukrainian as Russian when using Text to Speech with the Microsoft.CognitiveServices.Speech package in C#? Explicitly specifying the language in the code through the SpeechSynthesisLanguage…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-19T06:44:50.0966667+00:00
Serhii Kapin 0 Reputation points
commented 2024-05-22T05:01:42.1233333+00:00
navba-MSFT 19,735 Reputation points Microsoft Employee
1 answer

Issue with speech-to-text service

While converting the given wave file from Speech-to-Text using Microsoft's Speech-to-Text service, it is not detecting "No" at 57th second in this file but detecting at 1:12 min and in other places. Speech recognised is as follow RECOGNIZED:…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-16T06:18:15.6466667+00:00
Vidyadhar Busam 0 Reputation points
commented 2024-05-21T05:52:29.9766667+00:00
Vidyadhar Busam 0 Reputation points
0 answers

Cognitive services pronunciation assessment always gives 100% score, even with badly pronounced words

I built a svelte (javascript) application that uses the microsoft speech sdk (v1.36), and i am using it to evaluate pronunciation in 3 languages: english, german and french. Initially i was using RecognizeOnceAsync() which waits for silence at the end of…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-17T10:49:24.3766667+00:00
Schoolblocks 0 Reputation points
commented 2024-05-20T09:06:04.1166667+00:00
Schoolblocks 0 Reputation points
1 answer One of the answers was accepted by the question author.

Batch TTS with REST: YourSynthesisId and other intro questions

I got the REST API to work on macos. Yeah!!! I could hear the output from the sample code. Alas, now I would like to submit a longer document I wrote to batch TTS and post it as my podcast. I am taking the example right off the webpage, and just…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-16T21:32:09.3333333+00:00
ivo welch 40 Reputation points
accepted 2024-05-18T19:09:24.1933333+00:00
ivo welch 40 Reputation points
1 answer

Can you add a phrase list to the CallMediaRecognizeSpeechOptions class when using speech-to- text cognitive services from azure communications service

I am using ACS to access a multi-service Cognitive Services endpoint and doing recognition of speech input in real time via acs/telephone. I am using the default model provided by Microsoft. This is sufficient in most case but I have some place names…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
786 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,583 questions
asked 2024-05-17T08:49:02.57+00:00
John 0 Reputation points
answered 2024-05-17T14:33:27.65+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
0 answers

Is it possible to specify in Speech SDK to always use "lbs" instead of "£" when "pounds" is recognized?

Hi, is it possible somehow to configure speech sdk in a way when word "pound" is detected that it is always meant to be lbs, not £, for example when I say, "99 pounds" it is detected as "99 lbs", but if I said, "100…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-04-23T08:38:47.7566667+00:00
Faris Lemes 50 Reputation points
commented 2024-05-17T12:58:40.3666667+00:00
Faris Lemes 50 Reputation points
1 answer One of the answers was accepted by the question author.

Set sound threshold for microsoft speech-to-text

Hi, It is possible setting a volume-threshold for the speech that gets transcribed? Such that if the speech is below a certain threshold then it would not get transcribed. I am using the speechSDK Br, Daniel

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2023-05-19T11:26:14.9833333+00:00
Daniel Beck Hansen 21 Reputation points
commented 2024-05-17T07:51:10.4066667+00:00
Amila Hapuarachchi 0 Reputation points
0 answers

macos cli starter guide

I am trying to play around with azure text to speech on macos. the instructions are woefully incomplete. I start with…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-15T22:32:07.6566667+00:00
Welch, Ivo 0 Reputation points
commented 2024-05-16T20:16:17.4966667+00:00
ivo welch 40 Reputation points
3 answers One of the answers was accepted by the question author.

Why my TTS is suddenly become bad? Speed & punctuation isn't working properly.

This morning I tried to work on my TTS file using Brian's voice. But once I listened to the speech, the punctuation & speed weren't working properly. Also, it seems that his voice became monotone. I've tried with an already-finished project to see if…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-03-23T14:18:35.1833333+00:00
etienne Brassard 25 Reputation points
commented 2024-05-16T14:55:07.53+00:00
Konstantinos Passadis 17,456 Reputation points MVP
1 answer

ServiceTimeOut Errors in Azure Speech services Real time Transcription

Hello Team, Kindly need your help on the issue facing while using real time transcription with custom domain in azure Speech service with ASR Engines. Please find the below error message. ERROR: Cancelled: ErrorCode=ServiceTimeout,ErrorDetails=Due to…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-15T03:15:59.34+00:00
Paluri Krishnaji (MINDTREE LIMITED) 100 Reputation points Microsoft Vendor
commented 2024-05-16T09:16:04.94+00:00
santoshkc 6,310 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

can I be part of Seeing AI project in any way & get acknowledged for any contributions towards it

Hi Team, I found the "seeing AI" project quite interesting. Can I be part of Seeing AI project in any way & get acknowledged for any contributions towards it. By reading the "critical" comments about the app in Google play store I…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,508 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,583 questions
asked 2024-04-04T10:51:58.6833333+00:00
Sania Fatimi 20 Reputation points
accepted 2024-05-15T10:52:09.5666667+00:00
Sania Fatimi 20 Reputation points
1 answer

What is the name of the model that Azure Speech uses for Hebrew?

I'm using Azure Speech to transcribe Hebrew audio, but I'm not sure which model it uses. Can someone please provide this information? Is it the whisper model or something else? I'm getting better results than the whisper model with openai, so I'd like to…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,519 questions
asked 2024-05-15T08:13:12.6166667+00:00
Shahar Spencer 60 Reputation points
answered 2024-05-15T09:49:02.5866667+00:00
Sedat SALMAN 13,265 Reputation points