1,683 questions with Azure AI Speech tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Quenstion About CNV(Custom Neural Voice) Limit

Hi I have a question about the CNV concurrent request limit. (https://video2.skills-academy.com/ko-kr/azure/cognitive-services/speech-service/speech-services-quotas-and-limits) Is the limit for CNV concurrent request(10) is per Speech resource or…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-10-22T08:54:50.697+00:00
현우 오 181 Reputation points
accepted 2021-11-17T02:20:04.67+00:00
현우 오 181 Reputation points
1 answer

Two times with a pause for each sentence

I am an ESL learner. I have a list of 400++ English sentences. I want to make it audible but two times for each sentence: One at a 70% speed and another at a 100% speed and with a certain time of pause between one after another . As for the creation of…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-16T15:21:20.88+00:00
tts 1 Reputation point
answered 2021-11-16T16:45:26.59+00:00
GiftA-MSFT 11,166 Reputation points
1 answer

cognitive-services-speech-sdk-go/samples crashed

install Azure Speech go sdk with follow commands: yum -y update yum -y groupinstall "Development tools" yum -y install alsa-lib openssl wget export SPEECHSDK_ROOT="$HOME/speechsdk" mkdir -p…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-15T07:19:25.527+00:00
nx-speech 6 Reputation points
commented 2021-11-16T07:33:20.423+00:00
romungi-MSFT 44,951 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Custom Voice Missing From Custom Command

In Speech Studio a month or two ago there was a section in settings to define the custom voice it would respond with when using the custom command interface. This has now disappeared in the UI. Is this still supported? …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-04T18:52:11.31+00:00
Bryan Roberts 31 Reputation points Microsoft Employee
commented 2021-11-15T15:21:45.947+00:00
Bryan Roberts 31 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Is this working right now ?

Hello, I just created a Custom commands project, train, test, and nothing work. No response at all. I also have a 401 error using the Windows Voice Assistant sample exe. Is it down right now ?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-04T16:26:38.51+00:00
Guillaume Demicheli 116 Reputation points
accepted 2021-11-15T12:53:34.123+00:00
Guillaume Demicheli 116 Reputation points
1 answer One of the answers was accepted by the question author.

Custom Speech API 3.0 does not support Upload of new StructuredText Dataset

The API manual does not indicate what "kind" should be used when uploading structured text (in Markdown format), which is introduced in…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 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,792 questions
asked 2021-11-08T15:05:21.77+00:00
Hölzl Josef 21 Reputation points
commented 2021-11-11T12:37:47.113+00:00
Hölzl Josef 21 Reputation points
1 answer

Realtime Speech To Text Performance

We are using the basicRecognizer.StartContinuousRecognitionAsync() and a PushAudioInputStream to push an audio input stream from a mic and then output the results to a text editor. I am looking to see if there is a setting to break the results into 2-4…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-10T00:34:11.223+00:00
Dave Revell 1 Reputation point
answered 2021-11-10T12:31:44.64+00:00
Ramr-msft 17,736 Reputation points
0 answers

use speech to text sdk When using Bluetooth headset

1.During meetings using teams with Bluetooth headset。 2.Open my application, which uses speech to text SDK. 3.What I expect is that the voice I say and the voice I hear can be translated into text。 But the actual effect is that only my voice is…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-05T04:30:17.967+00:00
voicerec 1 Reputation point
commented 2021-11-10T08:21:06.197+00:00
voicerec 1 Reputation point
1 answer

Phoneme Support

Does Speech to Text Provide Phoneme Support @phoneme @Anonymous eg What is the first sound in CAT (Answer- /k/) 2nd. What is last sound in Bottom (Answer- /tum/) If yes please share me the resource so i can also check the same. …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-02T16:38:09.5+00:00
Aman Verma 1 Reputation point
commented 2021-11-10T07:56:24.973+00:00
romungi-MSFT 44,951 Reputation points Microsoft Employee
1 answer

Azure Speechsdk on Raspberry Pi

I've been working on a project for the better part of a month now, and to no end I keep hitting road blocks. I am trying to make an automatic translator on my Raspberry Pi 4 that uses Bluetooth headphones as the audio input and output, preferably in…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 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,792 questions
asked 2021-11-09T23:01:24.197+00:00
Tristen Campbell 1 Reputation point
answered 2021-11-10T06:15:45.317+00:00
romungi-MSFT 44,951 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Audio content creation: access denied to existing speech resource

I want to create a model in speech.microsoft.com and fail with a speech resource, where I have contributor access only (no access to the hosting RG of that resource). I can only work with a resource I created in the speech portal. In the browser I am…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2020-12-18T09:58:20.09+00:00
Klaus Zuenkler 46 Reputation points
commented 2021-11-09T19:45:19.577+00:00
Klaus Zuenkler 46 Reputation points
0 answers

Azure TTS in webapp works in debug mode but not publish

I have created a basic webapp in which when a button is clicked, a TTS voice is playing. The app works fine in debug mode but not in browser. I know this is quite a common issue but I never find a way to solve it or another possibility to implement the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-07T16:26:00.8+00:00
Noémie Tapie 1 Reputation point
commented 2021-11-08T11:04:14.44+00:00
romungi-MSFT 44,951 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Can we use audio content created in Speech Studio for public videos without restrictions?

Hello, We would like to create audio content with Speech Studio and embed it in our videos, which we distribute via social media and our homepage, for example. Can we do this without restrictions or do we have to purchase separate licences for this? …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-03T17:51:33.77+00:00
Johann-Jesko Lange 21 Reputation points
commented 2021-11-05T07:52:33.813+00:00
Johann-Jesko Lange 21 Reputation points
1 answer

How do I use the Nbest function?

Now I want to use Python to see the voice recognizer's expected words. However, just one word is being broadcast continually, and no other projected word can be observed at this time. So when I looked up the function, I saw NBest and wanted to…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-04T07:46:59.697+00:00
sanghun jeon 41 Reputation points
answered 2021-11-04T19:58:31.607+00:00
GiftA-MSFT 11,166 Reputation points
1 answer

The function enquiry of voice recognizer Nbest.

Hello, I'm a student that is interested in speech recognition. The "Nbest" function is explained, but I'm wondering because I haven't seen the specific example. In the case of Google, I am aware of various anticipated terms. Is there,…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-03T15:12:09.033+00:00
sanghun jeon 41 Reputation points
answered 2021-11-04T17:33:47.527+00:00
GiftA-MSFT 11,166 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Speech SDK: How to specify the NBest length?

Hello, i'm using speech-to-test sdk to recognize audio to text. Current json result seems returning 5 NBest candidates, but how can i specify how many Nbest candidates to receive ? Or full NBest list ? Thank you.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-04-08T12:14:18.17+00:00
Kun 21 Reputation points
commented 2021-11-04T04:54:28.543+00:00
sanghun jeon 41 Reputation points
1 answer One of the answers was accepted by the question author.

speech to text (realtime)

I need help. I want to recognize real-time speech and see a list of predicted words. So, I want to apply a function called NBest to Python, but it doesn't work properly. I would appreciate it if someone could tell me the problem with the simple code…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-10-18T07:04:48.14+00:00
sanghun jeon 41 Reputation points
accepted 2021-11-03T15:06:20.667+00:00
sanghun jeon 41 Reputation points
2 answers

Improving TTS latency

Hi, I'm using Azure TTS in my Android application. I use 2 objects in my implementation which are SpeechConfig and SpeechSynthesizer. My app is mainly based on a dynamic TTS (e.g. reading input back to the user, which happens very often) but the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-10-22T11:25:04.607+00:00
tges 26 Reputation points
commented 2021-11-02T18:13:45.75+00:00
tges 26 Reputation points
1 answer

Speech Studio and service unavailable

In October 29th 2021 the portal speech.microsoft.com (custom commands) went unavailable also the service. Wondering which was the cause, this is something that happened before and it could be a problem when my project goes online. In the…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-11-02T13:50:39.8+00:00
Gerardo Pagliardini 31 Reputation points
commented 2021-11-02T17:59:57.357+00:00
Gerardo Pagliardini 31 Reputation points
1 answer

Speech recognition engine has difficulties recognizing separate letters (nl_NL)

I have noticed that when pronouncing separate letters in a test set, the engine has a lot of difficulty to recognize them (Dutch language). Of course this is not a big surprise, since there is no meaningful context, and the phoneme clusterse are…

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,683 questions
asked 2021-10-29T07:54:39.203+00:00
Vergeest, LC (Lucas) 1 Reputation point
answered 2021-11-01T21:39:44.047+00:00
GiftA-MSFT 11,166 Reputation points