声纹识别我要分享

Voiceprint recognition

关注次数: 282

下载次数: 2

文件大小: 75.10 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:实现简单的声音识别。本程序为课程实验验证开发,所实现的声纹识别算法难免有错误及不妥之处!   提醒:因为本程序是简略的验证程序,建议不要在正式项目中直接使用本程序中的声纹识别代码。VoicePrint的特点是: - 语音特征向量:采用 MFCC系数(梅尔倒谱系数)- 模式匹配模型:采用 GMM 模型(高斯混合模型)


English Description:

Realize simple voice recognition. This program is developed for the experimental verification of the course, the voiceprint recognition algorithm is inevitable to have errors and defects! &Reminder: because this program is a simple verification program, it is not recommended to use the voiceprint identification code directly in the formal project. The features of voiceprint are: & nbsp; - speech feature vector: MFCC coefficient (Mel cepstrum coefficient) - pattern matching model: GMM model (Gaussian mixture model)


代码预览

openVP-master

README.md

src

src\DebugDlg.c

src\DebugDlg.h

src\FileDlg.c

src\FileDlg.h

src\MainDlg.c

src\MainDlg.h

src\README.txt

src\WinMain.c

src\debug

src\debug\xdebug.h

src\global.c

src\global.h

src\myRecord.c

src\myRecord.h

src\resource.h

src\voice_id

src\voice_id\FFT2.c

src\voice_id\FFT2.h

src\voice_id\README.txt

src\voice_id\cluster.c

src\voice_id\cluster.h

src\voice_id\global.h

src\voice_id\gmm.c

src\voice_id\gmm.h

src\voice_id\main.c

src\voice_id\mfcc.c

src\voice_id\mfcc.h

src\voice_id\voiceIdentify.c

src\voice_id\voiceIdentify.h

src\voiceprint.c

src\voiceprint.h

src\voiceprint.ico

src\voiceprint.rc

voiceprint.sln

voiceprint.suo

voiceprint

voiceprint\voiceprint.vcproj

相关推荐