1,516 questions with Azure AI Speech tags

Sort by: Updated
1 answer

Is there a way to get begin time and end time for the conversion result of stream audio?

I am using azure-speech to recognize audio stream, from speech_recognition_samples.cpp, from class RecognitionResult I only can get the Text and m_duration, but how can I get the begin time and end time of the result in the speech? I use azure-speech…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2021-01-18T14:45:08.767+00:00
klen 21 Reputation points
commented 2021-01-25T12:13:27.873+00:00
klen 21 Reputation points
0 answers

Should I use C++14 to compile Azure ASR project?

In the samples, C++14 is being used, while the guidance says Speech SDK uses C++ 11 standard. When I use the c++11 following guidance, I will get error: speechapi_cxx_conversation_translator.h:349:26: error: invalid user-defined conversion from…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2021-01-23T15:51:50.08+00:00
klen 21 Reputation points
commented 2021-01-25T10:23:49.973+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

Pronounciation issues for some words for french (CA) and english (CA)

Hello, Some frequently used words from French and English are mispronounced by azure for Canadian region. Here is a list, we are still able to make it work by using lexicons, but it would be better for all users if those were fixed. French (Sylvie…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 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,577 questions
asked 2020-11-26T16:24:44.267+00:00
Henriette DePoulpiquet 1 Reputation point
commented 2021-01-21T06:35:50.9+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

Speech Custom Keyword Training Data

I am looking at the Custom Keyword feature in Speech Studio. On several places it is hinted that you can add external training data On https://speech.microsoft.com/customkeyword it states the model is always improving as more data is added On…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2021-01-18T06:06:55.397+00:00
arno 1 Reputation point
answered 2021-01-19T04:58:48.537+00:00
Ramr-msft 17,651 Reputation points
0 answers

Training Custom Speech model

I have faced below error When Training Custom Speech model . Data uploading and testing was succeeded. Are there any way to check what happen on this Custom Speech Error message: Internal server error. Please recreate the task in a while. If the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2021-01-07T05:57:16.297+00:00
Saitou, Hiroshi/斉藤 裕司 6 Reputation points
commented 2021-01-16T09:52:44.16+00:00
Saitou, Hiroshi/斉藤 裕司 6 Reputation points
2 answers One of the answers was accepted by the question author.

How can I use Azure speech to recognize audio stream with c++, is there any samples?

I have two questions: 1 From I did not find sample about audio stream. 2 I have replaced scriptionKey and ServiceRegion, and subscribed Speech Service, I tried this std::string FILE_NAME = "./myVoiceIsMyPassportVerifyMe03.wav"; void…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2021-01-08T07:55:21.65+00:00
klen 21 Reputation points
commented 2021-01-15T13:03:19.17+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

How do i set up the audioConfig right with my Microphone?

Hey, im trying to set up a recognizer in order to record my microphone. The mic gets detected and the session starts. Buts thats it. using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using System.IO; …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 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,577 questions
asked 2021-01-12T15:49:44.81+00:00
Patrick Eiden 1 Reputation point
commented 2021-01-15T12:29:56.813+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

Sample utterances files

Hi, Are there any examples available for utterance files to be uploaded? It would be good to have a list that works well. Thanks,

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 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,577 questions
asked 2021-01-07T15:10:58.23+00:00
Raoul W 11 Reputation points
commented 2021-01-13T16:34:33.64+00:00
GiftA-MSFT 11,161 Reputation points
1 answer

Word Offset By Result.Text and not LexicalForm

Support, Issue #1 So in order to track audio with outputted text, I need the e.Result.Best().words to be the e.Result.Text words to be the same. Example: Say "James Bond 007" is e.Result.Text e.Result.Best().words is an array of…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-08T21:10:26.943+00:00
Dave Revell 1 Reputation point
commented 2021-01-04T05:32:21.79+00:00
Ramr-msft 17,651 Reputation points
1 answer

How can we customize TTS/STT for a rare language?

There are so many languages and dialects that have no standard of pronunciation and writing system. If we want to customize a certain unstandard languages. How many steps should we take? Is there any notifications for those who want to customize a rare…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-30T07:17:57.957+00:00
Gates 1 Reputation point
answered 2020-12-30T10:45:21.987+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
0 answers

Why my testing always failed in Custom Speech?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,687 questions
asked 2020-12-24T07:00:21.783+00:00
译凯 于 1 Reputation point
commented 2020-12-30T06:45:08.38+00:00
译凯 于 1 Reputation point
1 answer

Get voice profile by profile id using NodeJS

Hi, I would like to get the voice profile by the profile id using NodeJS and do future enrollment and verification. Can I simply call new VoiceProfile(profileId: string, profileType: VoiceProfileType) to retrieve the profile? Thanks in advance!

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-29T11:02:11.397+00:00
Kenneth 21 Reputation points
answered 2020-12-29T13:24:47.207+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
0 answers

Is the text to speech service overrrides the diacritic on Arabic words?

Hello, I am trying the text to speech service with the following options: Language: Arabic (Egypt), Voice: Salma Neural. I tried to add a sentence with full diacritics. The output audio does not stick to the diacritics added on the words and pronounce…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-25T13:56:03.143+00:00
Ahmed Ragab 1 Reputation point
commented 2020-12-28T08:08:28.593+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

Speech Studio - cannot test audio data

Hello, I am using the Speech Studio to test some audio data with human labeled transcript for Word Error Rate. I get "failed" after I perform a test, I tried with multiple audio data, even the example from Microsoft. I get following error: …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-09-28T14:26:37.607+00:00
Silviu Andrei 1 Reputation point
answered 2020-12-28T04:09:25.713+00:00
Manik Sharma 1 Reputation point
1 answer One of the answers was accepted by the question author.

how to lock down the access to speech resource to Speech portal only?

how to lock down the access to a speech resource so that only Speech portal (speech.microsoft.com) would get access to it? Currently the resource requires "access from all networks". This is against our policy. How can we lock this down? I…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-21T17:26:31.203+00:00
Klaus Zuenkler 46 Reputation points
accepted 2020-12-22T14:29:32.867+00:00
Klaus Zuenkler 46 Reputation points
1 answer

Documentation error: Audio Content creation: UTF8-BOM required

Today I found out, that uploads of SSML files containing language specific characters (here: Danish), it is only possible, if you convert it to UFT8-BOM (e.g. with notepad++). Only a generic error message is displayed "file format error",…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-21T09:42:29.3+00:00
Klaus Zuenkler 46 Reputation points
commented 2020-12-21T15:04:29.95+00:00
Klaus Zuenkler 46 Reputation points
1 answer

Managing larger numbers of TTS files in Audio content creation: Search and download all functions missing

When managing larger amount of generated TTS files in Speech studio / Audiocode Content Creation with multi-page lists of TTS files, there is no search function and no function to download the whole folder. You can only download page per page. The portal…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-21T09:35:48.6+00:00
Klaus Zuenkler 46 Reputation points
commented 2020-12-21T14:45:21.297+00:00
Klaus Zuenkler 46 Reputation points
0 answers

Battalion is misspelled in the speech-to-text return

I'm working on audio data files that have a lot of radio chatter between fire departments. The word "battalion" often comes up, and the speech-to-text misspells it every time as "battallion". Here is an example audio file with…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
asked 2020-12-18T02:59:39.637+00:00
Owen Allen 1 Reputation point
commented 2020-12-18T12:06:41.827+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee
1 answer

ALSO Speech tasks stuck in PROCESSING

Text to speech audio conversion has been processing a 2 minutes audio for more than 20 hours. I cannot work on the next audio or delete the one still processing.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 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,577 questions
asked 2020-12-08T17:37:36.927+00:00
Ernest 6 Reputation points
answered 2020-12-17T17:30:29.087+00:00
GiftA-MSFT 11,161 Reputation points
1 answer

Continue Speech Recogonization with Custom keyword

Hi , I am going to develop voice recolonization in this i have two custom keyword and more than 20 custom Command. so i have created custom keyword on my studio login and downloaded .table file and i am checking user voice with .table file locally that…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,516 questions
Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
asked 2020-12-14T17:22:58.997+00:00
kailash solanki 1 Reputation point
commented 2020-12-17T11:06:14.21+00:00
romungi-MSFT 43,656 Reputation points Microsoft Employee