Recognizing multiple peoples voices

前端 未结 3 1531
旧巷少年郎
旧巷少年郎 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: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

提交回复
热议问题