Azure text to speech batch synthesis status hanging on "NotStarted"

Jay 1 Reputation point
2022-11-20T16:01:15.673+00:00

Hi All. I followed the guide here below to create a batch synthesis request. The request went through fine with a 201. However, when I queried the status of the job, it has been hanging on "NotStarted" for 15 mins at the time of writing. And my input is just one single sentence for testing purpose. What's going on here? Thanks in advance.

https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/batch-synthesis#create-batch-synthesis

Here is output of the get request from 262292-image.png
< HTTP/1.1 200 OK
< Content-Length: 577
< Content-Type: application/json; charset=utf-8
< Date: Sun, 20 Nov 2022 15:58:45 GMT
< Server: Microsoft-IIS/10.0
< Retry-After: 60
< X-RateLimit-Limit: 50
< X-RateLimit-Remaining: 49
< X-RateLimit-Reset: 2022-11-20T15:58:50Z
< X-Powered-By: ASP.NET
<
{
"textType": "Ssml",
"synthesisConfig": {},
"customVoices": {},
"properties": {
"timeToLive": "P31D",
"outputFormat": "riff-24khz-16bit-mono-pcm",
"concatenateResult": false,
"decompressOutputFiles": false,
"wordBoundaryEnabled": false,
"sentenceBoundaryEnabled": false
},
"lastActionDateTime": "2022-11-20T15:35:28.237Z",
"status": "NotStarted",
"id": "5d297175-b2e1-43e1-aa13-01a46aaff568",
"createdDateTime": "2022-11-20T15:35:28.237Z",
"displayName": "batch synthesis sample",
"description": "my ssml test"
* Connection #0 to host eastus.customvoice.api.speech.microsoft.com left intact
}%

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,392 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
354 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,375 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,116 Reputation points Microsoft Employee
    2022-11-23T04:05:37.733+00:00

    @Jay I believe this issue is now fixed. As per service team a batch process job was stuck, and this is now corrected. Could you confirm if your job id is complete?

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments