simple speech recognition methods

前端 未结 2 1458
长情又很酷
长情又很酷 2021-01-13 14:34

Yes, I\'m aware that speech recognition is fairly complicated (as an understatement). What I\'m looking for is a method for distinguishing between maybe 20-30 phras

2条回答
  •  情歌与酒
    2021-01-13 14:49

    There are some open source project in speech recognition:

    1. HTK (Hidden Markov Models Toolkit)
    2. Sphinx

    Both have decoder, training, language model toolkits. Eveything to build a complete and robust speech recognizer. Voxforge has acoustic and language models for both open source speech recognition toolkits.

提交回复
热议问题