question

OmkarNS-9637 avatar image
0 Votes"
OmkarNS-9637 asked OmkarNS-9637 commented

Azure transcription automatically stops after approximately 7 mins. No errors

Im using python sdk for realtime transcription in which I feed raw audio to sdk but its stops working approximately after 7 mins. Is there such limitation from Azure end?
Also im debugging more to check if there is break in my flow which I will update.

azure-cognitive-services
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@OmkarNS-9637 All limitations with the speech API or SDK are documented here. I think it would be helpful if you could add your scenario details, I believe you are using real time transcription with the conversation Transcriber ?


0 Votes 0 ·

@romungi-MSFT I found out that there is problem in my code. The raw audio is somehow stops reaching to sdk. Also FYI, Im using sdk from this link https://pypi.org/project/azure-cognitiveservices-speech/

1 Vote 1 ·

0 Answers