2,081 questions with Azure AI Speech tags

Sort by: Updated
1 answer

I can't access speech studio

Error: Authentication is required to access the resource. Connection ID: 9050c530-3795-11ec-bc1c-71ac256c83f1 Audio Content Creation

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-28T02:27:30.367+00:00
James Udotong 6 Reputation points
answered 2021-10-28T12:47:23.017+00:00
Ramr-msft 17,826 Reputation points
1 answer

Azure speech service can not use

org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.UnsatisfiedLinkError: com.microsoft.cognitiveservices.speech.SpeechConfig.setTempDirectory(Ljava/lang/String;)V at…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-26T06:50:28.56+00:00
JamesLiang 1 Reputation point
answered 2021-10-27T18:46:24.307+00:00
GiftA-MSFT 11,176 Reputation points
1 answer One of the answers was accepted by the question author.

Question about CNV(Custom Neural Voice) concurrent request.

Hi I have a question about CNV(Custom Neural Voice) concurrent request. As you answered, I tried to request/confirm how much concurrent request increase. …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-20T09:46:33.403+00:00
현우 오 181 Reputation points
accepted 2021-10-27T01:28:41.247+00:00
현우 오 181 Reputation points
0 answers

Validity of SSML generated by the Speech Studio

Hi, I'm writing a validator of SSML files, which should support those created by the Microsoft Speech Studio. However, it seems that the generated SSML doesn't meet the specification. For example, when I add an intonation contour to a piece of…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-26T16:00:41.52+00:00
jakluk 1 Reputation point
commented 2021-10-26T21:37:04.53+00:00
GiftA-MSFT 11,176 Reputation points
2 answers

Text to Speech numbers Normalization rules

Hi all! I have a sentence to be translated into speech: Insgesamt wurde laut Landesamt im Nordosten bisher bei 45646 Menschen eine Corona-Infektion nachgewiesen, 43609 Menschen gelten als genesen. When Azure TTS reads this text in German, the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,681 questions
asked 2021-10-14T10:56:56.753+00:00
Kirill Kholodilin 1 Reputation point
answered 2021-10-26T18:10:38.387+00:00
GiftA-MSFT 11,176 Reputation points
3 answers

24k. .wav. vs. 48k, .wav

I use Azure Speech Studio to generate audio files for use on YouTube videos. When exporting, is there a difference in audio quality between 24k, .wav and 48k, .wav? I notice that the default setting is 24k, .wav. Thanks.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-22T04:15:57.707+00:00
Leonard Jayawardena 6 Reputation points
answered 2021-10-26T16:38:24.337+00:00
Leonard Jayawardena 6 Reputation points
1 answer

Is the feature of training the custom speech model by both audio and text supported in Japanese?

I would like to use the custom model trained by both text and audio( or pronunciation), but now just text is supported in Japanese. https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/language-support Speech studio UI…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-25T08:37:39.727+00:00
Kohei Watanabe 41 Reputation points
answered 2021-10-26T02:35:00.55+00:00
GiftA-MSFT 11,176 Reputation points
0 answers

Saving audio stream generated by azure speech service ...

Hi, I am having hard time saving AudioDataStream generated by Azure TTS to a wave file using the method AudioDataStream.SaveToWaveFile(filename) for my Xamarin.Forms App. I am not sure what scheme to use for the filename parameter of the…

Developer technologies | .NET | Xamarin
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-22T14:06:45.52+00:00
Alaa Serry 21 Reputation points
commented 2021-10-26T01:39:02.077+00:00
GiftA-MSFT 11,176 Reputation points
3 answers One of the answers was accepted by the question author.

We would like to know noises effect to speech to text performance

Hello. We are using Azure Japanese speech to text. We want to evaluate its performance. What parameters affect the result, noises or microphones or intonations or etc....?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-19T00:24:10.79+00:00
Kohei Watanabe 41 Reputation points
answered 2021-10-25T08:41:42.123+00:00
Kohei Watanabe 41 Reputation points
4 answers One of the answers was accepted by the question author.

problem of running speechSynthetiser on aspx page

Hello, I've got a problem of running System.Speech.Synthesis.SpeechSynthetiser on aspx page. on a computer with windows 10 installation the control is operationnal but on a server with windows vista the same program with the same aspx and aspx.cs pages,…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
Developer technologies | ASP.NET | Other
asked 2021-10-15T14:57:19.683+00:00
marc-antoine yonga 81 Reputation points
answered 2021-10-23T15:14:25.427+00:00
Ivan 1 Reputation point
1 answer One of the answers was accepted by the question author.

Controlling speech pace dynamically

Hi all, I'm trying to control my speech pace (making it faster or slower) dynamically in my program. Is there any way to do it without using an SSML file? I'm using Java for Android. Thanks in advance.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-16T11:36:09.643+00:00
tges 26 Reputation points
accepted 2021-10-22T19:31:55.677+00:00
tges 26 Reputation points
0 answers

Loading all intents from LUIS intent recognizer

I am using LUIS with speech input according to: https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/python/intent-recognition/quickstart.py But ran into two problems, would be great if anyone has any advice: * Is there…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,681 questions
asked 2021-10-21T13:15:29.037+00:00
holyone2 1 Reputation point
commented 2021-10-22T14:56:03.85+00:00
holyone2 1 Reputation point
1 answer

Can Azure Japanese Speech to Text provide the hiragana (phonetic) transcription?

I would like to use voice to enter the names of people in hiragana, by default the highest confidence prediction seems to select the most plausible Kanji for that name, but it would be more useful if it gave me the hiragana (phonetic sound) of the name.…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,681 questions
asked 2021-10-21T10:30:56.92+00:00
holyone2 1 Reputation point
commented 2021-10-22T14:16:34.443+00:00
holyone2 1 Reputation point
1 answer

Speech to Text Error

Why am i getting this error, when I am trying to create a Resource for Speech to Text AzureSpeechTest. Error: Error: MissingSubscriptionRegistration. The subscription is not registered to use namespace 'Microsoft.CognitiveServices'. See…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-07T13:00:05.16+00:00
Mahadevan P 1 Reputation point
commented 2021-10-22T12:12:45.407+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
1 answer

Rejection for potential voice biometric vulnerabilities

I could not find any documentation regarding the following two cases for voice recognition in MS Azure: 1- if a recording of a previous enrollment is used for verification, is it rejected? 2- if a single recording of a previous verification is…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-15T21:09:07.68+00:00
Christine Hanson 1 Reputation point
commented 2021-10-22T11:52:34.3+00:00
romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
1 answer

list of all phonemes used by pronounciation assessment service

Hello, I am looking for a list of all phonemes used by the pronunciation assessment service. Also, is there any word-phoneme mapping dictionary that the pronunciation service is using for checking the correctness? Best regards Rob

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,681 questions
asked 2021-10-20T13:46:53.447+00:00
Rob P 21 Reputation points
answered 2021-10-21T03:26:29.157+00:00
YutongTie-MSFT 53,981 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

cognitive pronounciation assessment send file directly from S3 bucket

When sending audio data to pronunciation assessment service, is it possible to provide a link to a file stored in e.g. S3 bucket?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-16T09:50:55.977+00:00
Rob P 21 Reputation points
accepted 2021-10-20T13:47:22.45+00:00
Rob P 21 Reputation points
1 answer One of the answers was accepted by the question author.

[Japanese] Does the model of azure speech-to-text is the same as that of teams' live captioning?

Hello. We are using teams and azure speech-to-text in Japanese. We think the performance of azure speech-to-text is better than that of teams' live captioning, because the former one could recognize more proper nouns such as kaggle. Does the model…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
Microsoft Teams | Microsoft Teams for business | Other
asked 2021-10-19T00:33:40.503+00:00
Kohei Watanabe 41 Reputation points
accepted 2021-10-19T08:13:09.647+00:00
Kohei Watanabe 41 Reputation points
1 answer One of the answers was accepted by the question author.

Questions About CNV(Custom Neural Voice) Quotas and Limits.

Hi I have few questions while reading CNV(Custom Neural Voice) quotas and limits. (link below) …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-18T07:18:36.947+00:00
현우 오 181 Reputation points
accepted 2021-10-19T06:21:35.31+00:00
현우 오 181 Reputation points
1 answer One of the answers was accepted by the question author.

Question About Azure Custom Neural Voice Training Data

Hello. I have a question while using Azure's Custom Neural Voice. I wonder if the silence time in the front and back of the voice file of the training data used when training Custom Neural Voice affects the silence time in the front and back of the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,081 questions
asked 2021-10-12T08:26:25.743+00:00
현우 오 181 Reputation points
accepted 2021-10-19T04:55:06.53+00:00
현우 오 181 Reputation points