搜索资源列表
autocorrelation
- 分析自己声音的频率数- Analyzes the oneself sound 棰戠巼鏁?
sample
- 湘潭大学学生写的语音朗读程序TTS- The xiangtan university student writes the pronunciation reads aloud procedure TTS
语音处理与识别
- 本书给出80个语音处理习题和4个语音处理程序,对相关人员有很大价值-the book is 80 speech processing and Exercise 4 speech processing procedures, the relevant personnel be of great value
mp3 的算法
- mp3算法并讲解mp3编码-mp3 algorithm on the MP3 encoder and
Reader
- 文字阅读器,运行前须安装speechsdk51.exe和speechsdk51LangPack.exe语音引擎,在微软网站上可以下载到。-text reader, prior to the operation and installation speechsdk51.exe speechsdk51LangPack.exe voice engine, the Microsoft Web site to download.
10-1snoopy
- 该程序是非特定人语音识别程序,原来在SPCE500A下运行,能识别并应答16个命令,存储空间为128K字节。 //我们将其进行了修改,使其能在SPCE061A下运行,由于存储空间为32K字,只能识别并应答9个命令。 //在这个例程当中,我们示范了如何使用语音识别引擎对8个已经经过训练的命令进行识别。 //第一个命令 \"Snoopy\",可以作为使能命令,也就是说使用者只能在该命令之后发出其他命令。 //例如,用户只有在发出 \"Snoopy\"命令并且听到响应\"Snoopy here\"之后
10-2guard
- 程序名:Guard.c //该程序是特定人语音识别 //在程序中通过三条语句的训练演示特定人连续音识别,其中第一条语句为触发命令。 //在程序开始首先训练触发命令,然后提示训练两条命令,训练完毕开始语音识别。 //当识别出触发名称后,发布命令则会听到应答-procedures Name : Guard.c / / The procedure is a specific person voice recognition / / procedures adopted by the three ph
语音语谱图与基频
- 编译时需要intel C++编译器支持,程序主要功能显示语音波形,画出窄带语谱图,以及语音基频变化曲线-need intel compiler C compiler support, principally voice waveform display function, he painted the phrase narrowband spectrum, and the voice-frequency curve
bin.win32
- 很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令.-many people will not compile the windows Lane HTK, all the procedures htk3.2.1 windows Lane compiler, the one window in order to use them under direct orders.
e34
- 这是用vc++编写的程序,在语音识别中经常用用到,是语音识别的第一步:time alignment. 分别用两种方式完成:1.非递归2.递归-This a vc++ program which is useful in voice recognizing and it is also the basic of the voice recognizing .I use two ways to accomplish it:1 nonrecursion 2.recursion
WAVE文件格式剖析
- WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。RIFF是英文Resource Interchange File Format的缩写,每个WAVE文件的头四个字节便是“RIFF”。WAVE文件由文件头和数据体两大部分组成。其中文件头又分为RIFF/WAV文件标识段和声音数据格式说明段两部分。WAVE文件各部分内容及格式见附表。-WAVE as a multimedia documents used in the acoustic format, it is based
MCI
- 一个简单实用的播放器,适用于常用格式的音频播放-This is the main application source file that contains the application class CWav3App.
Use-of-prosodic-features-of-the-speaker-verificati
- 采用韵律特征的说话人确认系统Use of prosodic features of the speaker verification system-Use of prosodic features of the speaker verification system
The-dumb-phone-audio-platform
- 将文字转换成语音主要完成文字转换成语音!-The main text to speech text to speech to complete!
The-research-of-anti-niose-speech
- 论文首先介绍了传统的语音特征参数MFCC,它是基于人耳听觉 特性设计的一种特征参数,在静音环境下能得到较高的识别率,但在 信噪比较低时识别率急剧下降,不利于实用化。本文通过对MFCC算 法的分析和研究,发现其中的FFT和DCT在整个时频空间使用固定的 。分析窗,这不符合语音信号特性,而小波变换具有多分辨率特性,更 符合人耳的听觉特性。因此,本文将小波变换和MFCC算法相结合, 提出了三种新的语音识别特-Speech recognition has wide use in
The-Speech-Recognition-using-HMMs
- 自己总结的一个基于 HHMs 语音识别的示例程序,附说明文档,Matlab程序的注释详细。希望能给予初学者帮助。-The following is an example of speech recognition program based on HMMs,and there are detailed notes in the program. May bring help to the beginner。
identify-the-male-or-female
- 男女声语音识别,输入一段语音,可以识别男声或着女声-Male and female vocal speech recognition, to enter a voice, can identify the male or female
The-FIR-filter-design
- (附带有文档,文档中有方案,有程序有结果,设计完后对一段语音进行处理)给定滤波器的规一化性能指标(参考指标,实际中依据每个同学所叠加噪声情况而定)通带截止频率wp=0.25*pi。 采用窗函数法设计低通、高通、带通型FIR滤波器,对叠加噪声前后的语音信号进行滤波处理,绘出滤波器的频域响应,绘出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;在相同的性能指标下比较各方法的滤波效果,并从理论上进行分析-(With the document, document, program
Girls-to-strike-the-speech
- 女生自动报当前时间!Girls to strike the speech-Girls to strike the speech
the-basic-analysis-of-speech
- 语音信号时频分析,包括语谱图,过零率,自编的自相关,以及最后用了三种方法(短时能量和过零率、谱熵法、Teager算子)进行端点检测,代码完整且测试通过-time and frequency domain analysis of speech signals,including spectrogram,rate of zerocrossing,autocorrelation.and three method of endpoint detection,especially the Teager