搜索资源列表
网络语音对讲
- 本程序是通过网络进行语音对讲的例子程序。 其中设计利用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
WavePlay9_final
- 语音对话的程序,延迟很小,效果不错,支持双方的语音对话,给大家参考-voice dialogue process, a small delay, the effect is true that the two sides support the dialogue voice for your reference
2005112914141886886
- 现今市面上流行的一些英语学习软件,在广告词上经常说自己使用了国际顶尖的全程语音TTS技术,能进行整段英文的流利朗 读,并能自由调节朗读的速度与频率等。那么,这个神奇的TTS究竟是什么东西呢? 其实,TTS是微软出品的一套文字朗读引擎(Text-To-Speech Engine),这些英语软件就是调用它来进行英文朗读的。我们在英语 学习软件的编程开发中也可使用TTS技术,下面笔者将利用Visual Basic 5.0来揭开TTS神秘的面纱。 -current fashion f
HwAudioRec
- 直接压缩成mp3的录音机程序,录音过程中不需要产生.wav文件,边录音边压缩,处理速度快,节约磁盘空间,尤其对长时间录音非常合理。本程序可以录制单声道、立体声、左声道、右声道的语音。录音和播放过程中都有实时的波形显示。特别感谢我的好朋友李志刚的指点,由于他的提醒,我从使用mciSendXXX()改用waveInXXX()。-directly into compressed MP3 recorders procedures, the process of recording have not.
SpeakerRecognitionsystem
- 本程序是用MATLAB设计并实现一个简单的说话人识别系统,其主要功能模块包括语音信号的输入管理模块 ,语音的鉴别即特征提取块,语音的认证模块,程序很全. -this procedure is used MATLAB design and implement a simple speech recognition system, Its main function modules including voice signal input management module, voi
TalkG726
- G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字
Thedevelopmentofvediocodingsystem
- 本文论述了视频压缩的重要性及其标准的发展历程。并对包括声音、图形、数据以及图像、影像在内的多媒体信息传送和处理中的压缩编码技术进行了重点介绍。-This paper discusses the importance of video compression standards and the development process. Also including voice, graphics, data and images, video, multimedia messaging and p
Frequency_Analyzer
- 对着麦克风发点声音看看程序画面显示,本程序演示了声音的快速FFT变换(需要声卡和麦克风),对分析显示其各频率分量的程序. -talking the microphone to see the point of voice procedures screen display, demonstration of the process of rapid voice FFT transform (need sound card and microphone), Analysis showed th
text2speek
- 把使用语音文本内容。这个程序,可以继续开发程语音小说。-use of speech text. This process can continue to develop voice-fiction.
opentel-1.0.1-src
- 可以直接用VC进入修改编译的基于语音卡上的开发平台,有流程的图形编辑器-can directly enter the VC changes compiler - based voice on the card development platform, a process graphics editor
RTCVidoSoundTextChat
- 一个完整的文字聊天,视频/语音传输,电子白板,共享文件的使用RTC技术编写的程序。(使用前请下载RTC CLIENT SDK API,现在最新版是1。3,大家可以在微软的网站上下载)-a complete text chat, video / voice transmission, electronic whiteboards, shared use of the RTC technical preparation process. (Download the use of the former
20053221989
- C++6.0实现语音采集与播放的控件。souce code 中为该程序的源代码 由于编写该控件的过程中用到了Directx8.1 所以需要安装 Directx8.1sdk 在路径中加入所需的lib exe 中的 ocx 用之前需要用regsvr32 进行注册 如果机器安装的Directx版本低与8.1的话不能运行 该控件没有对语音包压缩 所以对网络环境要求比较高 该控件在校园内经过性能测试-C 6.0 Acquisition and voice broadcast controls. China
RemoteListern(客户程序)
- 声音监控程序,客户端程序,接收服务端发送的声音数据,并在SPEAKER中播放。-sound monitoring program, the client process, send and receive voice-data and broadcast SPEAKER.
Multi-threadedVC.rar
- 三汇语音卡多线程录音程序 用于SHT-8A/PCI型号语音卡 ,Sanhui voice recording card multi-threaded process model for the voice card SHT-8A/PCI
melp1200
- 低码率语音编码MELP1200的编解码过程,有效降低了语音编码码率并能使说话者个人语音特征减弱,特别适合需要弱化说话者语音特点的场合-MELP1200 low bit rate speech coding and decoding process, effectively reducing the bit rate speech coding and to make personal voice characteristics of the speaker weakened, especiall
ADPCM_G711_G721_G723.tar
- ADPCM语音压缩程序。支持标准G711,G721和G723。-ADPCM voice compression process. Support Standard G711, G721 and G723.
g726-vc-2010-05-12-1
- g.726语音编解码标准的使用,整个程序的功能如下: 1)读入原始的WAV语音文件(Audio sample rate:8khz,Audio sample size:8bit) 2) wav语音文件转为PCM语音文件 3)对PCM语音文件进行G.726压缩编码 4)对压缩后的文件进行解压缩转为PCM语音文件 5)把PCM语音文件转为WAV语音文件-g.726 speech coding standards for the use of the functions
MATLABendpoint
- MATLAB实现端点检测程序,需要加载voice box工具箱-MATLAB realization of endpoint detection process, the need to load the voice box toolbox
my
- 这个程序完成了对写入内容的英语阅读和中文阅读,语音文件也可以根据用户的要求存储为.wav格式。-This process is complete contents of the written English skills in reading and English reading, voice files can be stored in accordance with the requirements of users for. Wav format.
CiscoVoIPKonfiguration
- Cisco的网络产品已经使世界发生了革命性的变化。准确地讲,Cisco网关、路由器和交换机构筑了Internet的主干网。每天都会有数亿美元的商业利润通过它们滚滚涌来。而近几年来发生的这些惊人变化还只是这场革命的开端。在网络短暂的历史进程中,最具活力的事件也许即将发生:把语音和数据技术结合成一种统一的传输模式。随着Cisco新的语音解决方案系列的发布,从传统的PBX语音解决方案到基于IP的语音解决方案的转移将会以指数级加速进行。 -Cisco' s networking product