Recognizing multiple peoples voices

前端 未结 3 1529
旧巷少年郎
旧巷少年郎 2020-12-18 13:16

I am looking for an open source voice recognition engine that, instead of responding to spoken words, can determine who is speaking. Does anyone know where I might be able t

相关标签:
3条回答
  • 2020-12-18 13:55

    What you are looking for is speaker diarization and identification.

    You can use Microsoft Speaker Recognition for doing the speaker identification task: https://www.microsoft.com/cognitive-services/en-us/speaker-recognition-api#identification

    0 讨论(0)
  • 2020-12-18 13:56

    You can consider

    Bob SPEAR

    https://pypi.python.org/pypi/bob.bio.spear

    Alize/Mistral

    http://mistral.univ-avignon.fr/index_en.html

    GMM speaker identification in matlab

    https://github.com/codyaray/speaker-recognition

    Very basic speaker recognition in Java, not really accurate

    https://github.com/amaurycrickx/recognito

    In python, quite a state of the art toolkit

    https://pypi.python.org/pypi/SIDEKIT

    0 讨论(0)
  • 2020-12-18 13:57

    If you're Symfony2 developer, I provide you bundle for Microsoft Speaker Recognition API: https://github.com/onekit/speaker-recognition-bundle

    Feel different between speaker and speech. Speech-To-Text can be recognized by Chrome Browser.

    0 讨论(0)
提交回复
热议问题