Voice biometric/authentication in Python

Viewed 12

Is there any way to match two voices in python? Suppose, a voice is stored in our computer maybe in a file and we want to match whether the user speaking is same or not? If it is same it will return true otherwise false

0 Answers
Related