Facing cancel session error in Azure Speech Services(conversation Transcribing) with file input, though default microphone works. Need help!

Sandeep Pradeep 25 Reputation points
2023-11-13T09:14:59.5966667+00:00

I have been using Azure speech services speech to text. I have got speech recognizer output correctly but when iam trying to access transcriber speech service using file input it is showing canceled continously, but the same function using default_micro_phone works well.. iam using python sdk for cognitive speech and free tier as of now.. The minimum 5 audio hours per month is not exceeded i think or else the normal speech recognizer won't work, right? please help

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,676 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,782 questions
{count} votes

Accepted answer
  1. santoshkc 7,865 Reputation points Microsoft Vendor
    2023-11-17T07:19:44.22+00:00

    Hi @Sandeep Pradeep ,

    I'm glad that you were able to resolve your issue and thank you for posting your solution on Nov 16, 2023, 11:47 AM, so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer.

    Question 1: Facing cancel session error in Azure Speech Services(conversation Transcribing) with file input, though default microphone works. Need help!

    Answer: The problem has been sorted out. It appears that the issue was due to a mistake in how I initialized the method.

    Question 2: I have transcribed a meeting using azure but now i have to identify the speakers is there any service in azure in which we can use to identify speakers in the transcription.

    Answer: Regarding your query, Azure Speech Services provides a speaker recognition feature that can be used to identify speakers in a transcription. The service can verify and identify speakers by their unique voice characteristics, by using voice biometry.

    Here's a link to the Azure Speech Services documentation that provides an overview of the speaker recognition feature and how to use it:

    Speaker recognition overview - Speech service - Azure AI services | Microsoft Learn

    Thank you for your support.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.