Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助我使用 HMM(隐藏马尔可夫模型)或 MFCC(梅尔频率倒谱系数)通过 longage c# 或 c++ 进行语音识别我想识别单词“一”、“二”......到“十”)当我说一个===> 显示 MessageBox 写一个
为此,您应该使用 HTK、Kaldi 等开源工具包,或者您可以使用免费的 API,如 Google Speech API、Microsoft Speech API (SAPI) 等。
从头开始使用 HMM 进行语音识别并不容易。顺便说一句,MFCC 不是像 HMM 这样的机器学习工具。MFCC 是一种特征提取方法,用于为 HMM 训练和解码准备观察。