搜索资源列表
语音相关的东西
- 语音相关的东西 了解离开的就的的来得及的-voice relating to the understanding on the left of the time
一套语音聊天程序
- 一套语音聊天程序-a voice chat program
语音AudioCap
- 基于对话框的本地语音采集和播放,以及wav文件的读写。-based on dialog, realize sampling and playing local audio, and reading and writing wav files.
用于语音视频聊天的类
- 用于语音视频聊天的类,非常方便的实现将录制的PCM格式的语音,压缩,解压,视频采集,播放-Voice Chat Class. Very easy to implement record PCM format voice, encode/decode,gather vedio and play back.
噪声环境下语音信号的增强
- 在噪声环境下语音信号的增强,效果不错的,而且比较简单,易于理解-in the noise environment to enhance the voice signal, the effect good, but relatively simple, and easy to understand
包含由录音到识别全过程的DTW算法源码
- 包含由录音到语音识别全过程的DTW算法源码,其中recognition.m为主脚本,含UI界面,便于操作。其他均为调用函数。
语音WEB式合成
- 该软件用E语言开发出来,借用网页方式合成语音并最快下载存储的语音文件.确为快捷,有需要的朋友可以一试,内有编译好的文件.呵,傻瓜式操作.开源代码.
是一个语音识别的程序
- 是一个语音识别的程序,有LPCC,MFCC等的代码,最后用SVM进行分类-Is a voice recognition program, there LPCC, MFCC and other code, the final classification with SVM
实现语音报时的功能
- 实现语音报时功能,就是过一段时间啊实现语音报时的功能,speach voice time
音频波形显示和滤波
- 音频波形显示和滤波,1、录音功能:CWaveIn类2、播放功能:CWaveOut类3、波形显示和滤波:CFilter类4、语音数据压缩解压:CG729aCompress、CGsmCompress 因为继承至同一个父类,所以它们的接口是一样的, Audio frequency profile demonstration and filter,1, recording function: CWaveIn kind 2, broadcast function: CWaveOut kind 3, pr
G.723.1语音编码器的源文件
- G.723.1语音编码器的源文件,为C语言版本。附有测试用的音频文件。-the source file of G.723.1 speech coder ,C language version. With testing of the audio file.
fister
- 一个语音处理程序,使用底层API进行录制和播放wave文件。-A voice processing program, which uses low-level API to record and play wave files.
dist10.tar
- 实时录放音/保存wave工具,可以供语音处理算法的模拟,验证,或研究 -real-time recording of the sound/preservation wave tools can voice processing algorithms for the simulation, verification, or research
vq
- 语音矢量量化编码是一项在语音编码中应用广泛的技术,相信对做语音编码的很有用。-Voice coding vector quantization in speech coding is a widely used technology, speech coding do believe that the very useful.
zcpa
- 过零峰值幅度(ZCPA:Zero-cro ingwithPeakAmplitude)特征的语音识别系统,它是基于人耳的听觉模型建立起来的,这是ZCPA的源程序。-Zero-crossing peak amplitudes (ZCPA: Zero-cro ingwithPeakAmplitude) features voice recognition system, which is based on the model of the human ear
SpeechCoding
- sub-band 应用于语音编码-applies to sub-band speech coding
Geometric Approach To Spectral Subtraction
- 简单,快速高效的语音增强算法,自行研发,已发表。-Geometric Approach to Spectral Subtraction
Hermes
- 网络语音传输,采用系统级wav函数采集音频加socket做网络传输-The network speech transmission, uses the system-level wav function gathering audio frequency to add socket to make the network transmission
语音识别程序
- 语音识别程序,用来判断输入的关键词来获得相应的动作。
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现的是构建一个FIR滤波器对一段语音信号进行处理,IIR滤波器的构建分别采用了冲激响应不变法和双线性变换法,内部含有相关论文,方便理解