library · inferred from evidence
cognitive-services-speech-sdk
A GitHub repository or project name for the Speech SDK.
- Azure custom Chinese lexicon ignored by SpeakSsmlAsync
I created a custom lexicon to fix Chinese pronunciations and reference it in my SSML with SpeakSsmlAsync, but the pronunciation does not change at all. The lexicon works in Speech Studio with the same content, so the file itself seems fine.
- Azure text to speech timeouts: WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED after Windows update
Since October 12 our production text to speech broke. We convert SSML with the Speech SDK and now get SynthesizeCanceled with ServiceTimeout and USP error: timeout waiting for the first audio chunk, plus WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAI
- Azure batch transcription speaker diarization not working - no Speaker property
I am using batch transcription with the DiarizationEnabled property set, but speaker diarization is not working at all. The transcription result JSON has no Speaker property, and it looks like the flag is being ignored entirely. I tried sev
- Azure speech batch transcription webhooks no longer calling back
My batch transcription webhooks stopped calling back. The transcriptions complete fine, but I am not getting any callbacks at my webhook URL anymore. Last callback I received was days ago.