We saw a post in previous blogs about SpeechBrain, Features, PreTrained models, 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.
tensor([True]) tensor([0.9691])
Â
tensor([False]) tensor([0.1423])
Have anyone tried SpeechBrain?
Would you please comment below?
Further Reading
Posts on Artificial Intelligence, Deep Learning, Machine Learning, and Design Thinking articles:
Artificial Intelligence Chatbot Using Neural Network and Natural Language Processing
Leave A Comment