Elra Ghifary
Elra Ghifary

Reputation: 103

Microsoft Speaker Identification Algorithm

I've been developing application that used Speaker Recognition API by Microsoft especially Speaker Identification.

Is there any paper or journal that related to how Microsoft Speaker Identification works?

Thank you.

Upvotes: 0

Views: 359

Answers (1)

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

If you are interested in algorithms it is better to read modern research on the subject, not specifically Microsoft papers. You can start with

DEEP NEURAL NETWORK-BASED SPEAKER EMBEDDINGS FOR END-TO-END SPEAKER VERIFICATION by David Snyder, Pegah Ghahremani, Daniel Povey, Daniel Garcia-Romero, Yishay Carmiel, Sanjeev Khudanpur

Which describes state of the art approach. Moreover, the code and models for the above is available in Kaldi project.

Upvotes: 1

Related Questions