作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我了解创建自动语音识别引擎的基本步骤。但是,我需要更清楚地了解如何进行分割以及帧和样本是什么。我会写下我所知道的,并希望回答者在我错的地方纠正我并进一步指导我。
据我所知,语音识别的基本步骤是:
(我假设输入数据是 wav/ogg(或某种音频)文件)
最佳答案
Segment the clip into smaller time frames, each segment being like 30msecs long. Further, Each segment will have about 256 Frames and two segments will have a seperation of 100 Frames? (i.e., 30*100/256 msec ?)
If it is correct, in the steps following 3, do I apply that to each frame?
Also, after step 6, I think that each frame has their own set of MFCC, am I right.
关于speech-recognition - 如何在帧上分割语音数据并计算 MFCC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34672182/
我是一名优秀的程序员,十分优秀!