-
3D Blend shapes not generated when TTS language is set to Croatian, Slovenian nor Serbian (Cyrillic) even though the region is West Europe. Is this a bug?
Example:
let SSML = `
__TEXT__…
-
Hi, I am trying to build a voice bot using Azure speech-to-text, but I am stuck at a point where I am getting a PCM type of audio stream and want to get the transcription of that in real-time, but not…
-
Whether the role and styledegree fields are supported?
const readable = tts.toStream(voiceOver, {
rate: `${formatN(opt.rate)}%`,
pitch: `${formatN(opt.pitch)}st`,
volume: `${f…
-
**Describe the bug**
SpeechRecognizer receives a Canceled event with the ErrorCode = ServiceTimeout and ErrorDetails = "Due to service inactivity, the client buffer exceeded maximum size. Resetting t…
-
SpeechServiceResponse_StablePartialResultThreshold property setting has no effect.
Setting this property still sends partial results at the same rate with the same unfinished words.
Tested in bo…
-
### What happened?
I'm trying to use the TranslationRecognizer with the AutoDetectSourceLanguage feature here is the initialize of the recognizer :
```typescript
const v2EndpointInString = `wss:/…
-
Info: I am using `EmbeddedSpeechConfig` with a local model!
Using the Speech SDK `1.32.1` in C++, I am creating a `SpeechRecognizer` with an embedded model and call `StartContinuousRecognitionAsync…
-
Is there any flag to update the format?
https://github.com/rany2/edge-tts/blob/5b7add93b9f64c27b5ed7138c30a1a4f25ba6a9d/src/edge_tts/communicate.py#L364
Value reference: https://learn.microsoft.…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a simple WPF application with a UI with to buttons play and s…
-
👋 Hello!
I would like to know what is the best way to perform Speech SDK authorization in iOS clients. I noticed that the sample projects are setting the **Subscription Key** and **Region** in code…