Azure Whisper Diarization

Devi Suseelan(UST,GB) 0 Reputation points
2024-02-21T15:58:52.2233333+00:00

Hi Team, I was trying to use whisper diarization, but I am not getting diarization in the text. I tried using the API for this, but not working as expected. Then tried integrating the python code mentioned in this article.Real-time diarization quickstart - Speech service - Azure AI services | Microsoft Learn. But the transcription code itself doesn't seems to be working. User's image

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,070 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2024-02-21T16:19:03.1966667+00:00

    Hello @Devi Suseelan(UST,GB)

    Welcome to Microsoft QnA!

    I can see you are having an issue distinguishing speakers in your speech to text

    Kindly let us knowif you tried with an Audio File of yours

    If yes make sure the file is WAV formated , and try again with smaller file size

    Also are you setting the KEy correctly ?

    • To set the SPEECH_KEY environment variable, replace your-key with one of the keys for your resource.
    • To set the SPEECH_REGION environment variable, replace your-region with one of the regions for your resource.

    Make sure that you set the SPEECH_KEY and SPEECH_REGION environment variables. If you don't set these variables, the sample fails with an error message.


    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped! Regards

    1 person found this answer helpful.
    0 comments No comments

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.