Day 95 – Speaker Voice Verification Using SpeechBrain

We saw a post in previous blogs about SpeechBrain, Features, PreTrained models, Multi-Speaker Speech Separation and Recognition Using SpeechBrain, and Speech Recognition On Different Languages By SpeechBrain.

Today, we are going to see in detail about Speaker Voice Verification?

What is Speaker Voice Verification?

Sometimes, we listen to audios and feel we are hearing same voice on both audios though it’s a different voice on audios.  Speaker voice verification model verifies both speakers are same for the audio and returns True or False.

Let’s get into a code to check simple Speaker Voice Verification.

I have used SpeechBrain Pretrained models and audio files and downloaded mixed audio files (Audacity) from Azure Github.

To check my full code in Google Colab as well as here.

Copy to Clipboard
Copy to Clipboard
Copy to Clipboard
tensor([True]) tensor([0.9691])

 

Copy to Clipboard
Copy to Clipboard

Welcome to your SpeechBrain Quiz.  Practice, Practice, Practice...Practice makes perfect.

SpeechBrain_thumbnail

SpeechBrain is an open-source toolkit based on Pytorch developed exclusively for Speech technology.

Copy to Clipboard
tensor([False]) tensor([0.1423])
Copy to Clipboard

Have anyone tried SpeechBrain?

Would you please comment below?

By |2021-07-23T00:42:16+00:00July 22nd, 2021|Artificial Intelligence|0 Comments

About the Author:

Leave A Comment