搜索资源列表
网络语音对讲
- 本程序是通过网络进行语音对讲的例子程序。 其中设计利用DIRECTX获取声音信息,利用G.723编码解码,最后通过网络传输到远端后,再使用DIRECTX播放声音的全过程。-the procedure is through the network for voice Talkback example procedures. Which design using DirectX access to a voice message, using G.723 codec, the final adopt
MS语音聊天程序VB
- 一个MS的语音聊天程序,是用VB写的,很不错,不是用控件实现的,不过不是实时语音,有点像对讲机-a voice chat program is written in VB, very good, not with the controls to achieve, but it is not real-time voice, a bit like a walkie-talkie
网络视频(MS-MPEG4)、语音(G729a)、文本聊天
- vc基于对话框,网络视频(MS-MPEG4)、语音(G729a)、文本聊天,界面技巧值得学习.-vc based on dialog, Network Video (MS-MPEG4), voice (G 729a), text chat interface skills worth learning.
点对点语音通信组件 V1.00
- 点对点语音通信组件 V1.00 已经封装好了。包含有中文说明文档。不过有点老-point-to-point voice communications components V1.00 has a good package. Includes Chinese documentation. But a little old. .
16位单片机的语音压缩技术的介绍
- 16位单片机的语音压缩技术的介绍,针对凌阳公司的16位单片机介绍其语音压缩的实现-16 SCM voice compression technology, Sunplus against the 16-bit MCU introduced its voice compression to achieve
基于TurboWay电话卡的语音服务系统编程配套源代码
- 基于TurboWay电话卡的语音服务系统编程配套源代码-TurboWay phone cards based voice services system programming source code matching
转网语音提示系统
- 转网语音提示系统的实用性很高,也有很大的应用领域。-network switch voice warning system for the high practicality, and a lot of application areas.
语音相关的东西
- 语音相关的东西 了解离开的就的的来得及的-voice relating to the understanding on the left of the time
p2p voip 0.9 网络语音电话
- 采用h232技术的网络语音电话,用VC写的,写的很好.-use of voice telephone network, with VC write, write well.
网络视频(MS-MPEG4)、语音(G729a)
- 网络视频(MS-MPEG4)、语音(G729a)-Network Video (MS-MPEG4), voice (G 729a)
环境语音录音输入
- 用csharp (c#)可以录音 保存 播放 和语音合成 根据自己需要选择环境。
语音WEB式合成
- 该软件用E语言开发出来,借用网页方式合成语音并最快下载存储的语音文件.确为快捷,有需要的朋友可以一试,内有编译好的文件.呵,傻瓜式操作.开源代码.
互联网语音通信利器GIPS语音库和文档
- 大名鼎鼎的GIPS语音代码和库文件,可以直接集成到自己的程序中,提供优异的语音质量。 特别申明:这个可不是什么Lite版本,这个是很全的高质量正式版本
语音识别程序
- 语音识别程序,用来判断输入的关键词来获得相应的动作。
语音识别系统源代码,附有说明文档
- 在语音识别时需要用到的DTW算法,这是对DTW算法的改进。(In speech recognition, you need to use the DTW algorithm, which is the improvement of the DTW algorithm.)
568540网络视频(MS-MPEG4)、语音(G729a)
- 通过网络实时的监控,产生视频还有语音,多功能(Through monitoring, video, and voice)
华使语音验证码解决方案
- 一片介绍语音验证码的技术方案文档,非常有参考价值。(Introduced a technical scheme of voice verification code document)
matlab画语音语谱图
- 语谱图反映了语音信号的动态频谱特性,在语音分析中具有重要的实用价值,被称为可视语音。“yuputu”是用matlab完成语谱图的程序(Spectrogram reflects the dynamic spectrum characteristics of speech signals. It has important practical value in speech analysis and is called visual speech. "Yuputu" is a p
语音识别实践.pdf
- 语音识别实践,介绍了多种语音识别模型,机器学习算法(Speech recognition practice, introduced a variety of speech recognition models, machine learning algorithm)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现的是构建一个FIR滤波器对一段语音信号进行处理,IIR滤波器的构建分别采用了冲激响应不变法和双线性变换法,内部含有相关论文,方便理解