搜索资源列表
使用G.729协议压缩的语音传输程序
- 里面使用的是Winsock控件,语音部份是一个用VC写的DLL(含源代码)。 -inside using the Winsock Control, voice part of a VC write DLL (including source code).
VoiceProgramming
- 目录语音电话高级编程是一个通过调制解调器来进行语音电话开发的程序,相信读者一定会感兴趣。 本程序需要调制解调器的支持,否则可能失败 需要调制解调器支持语音传输,本程序在子弹头调制解调器下调试通过,通话时通过麦克风和话筒来进行。-voice telephone directory is a senior programming via modem to voice the program, I believe readers will be interested. This process
G.729.vioce.transfer
- 使用G.729协议压缩的语音传输程序-use G.729 voice compression agreement transmission procedures
ITUG729
- G.729音频压缩传输协议(ip电话),ITU的G.729语音压缩编码标准。-G.729 audio compression and transmission protocol (ip phones) The ITU G.729 voice compression standards.
G.729usedinTMS320VC5410programsource
- G.729协议压缩的语音传输程序,使用了ti5410 -G.729 agreement compressed voice transmission, the use of a ti5410
Student
- 基于PCM和CVSD技术的语音编码仿真:在VC6.0环境下,编写动态链接库DLL程序,向上层应用程序(东大语音传输实验软件)提供函数接口和消息。这些函数接口即PCM与CVSD编解码的实现。
BluetoothVoice
- 蓝牙模块,实现语音传输,对于matlab初学者有很大的帮助
modem
- 本程序需要调制解调器的支持,否则可能失败,需要调制解调器支持语音传输,本程序在子弹头调制解调器下调试通过,通话时通过麦克风和话筒来进行。
android上音频传输源码
- android上音频传输源码,通过Android里的audiorecorder类进行语音的编解码-android audio transmission on the source, through the Android in the audiorecorder class voice codec
android-ilbc 实现了语音对话功能
- 了Android ilbc的项目,实现了语音对话功能,效果不错,ilbc将音频数据编码压缩为AMR格式,这种格式的音频 压缩率很高,960B的数据经过编码后长度仅仅为100B ,如此小的数据非常适合移动网络下的语音传输,节省大量的带宽,当然, 高压缩比就意味着语音质量损失高,不过实际使用中,AMR格式完全能够满足语音对话的要求。
voice-modem-telephone
- 语音电话高级编程是一个通过调制解调器来进行语音电话开发的程序,相信读者一定会感兴趣。 本程序需要调制解调器的支持,否则可能失败 需要调制解调器支持语音传输,本程序在子弹头 调制解调器下调试通过,通话时通过麦克风和话筒 来进行。-Voice calls is a high-level programming via modem to the development of procedures for voice calls, I believe that readers will
AudioRecorder
- Android上实现的语音获取,与传输的源码,分为客户端与服务器端。客户端会把语音传输到服务器端。-Android on the implementation of voice access to and transmission source, is divided into client and server side. The client will voice transmission to the server.
intercom-latest.tar
- Intercom 是一个 Unix系统上灵活的语音传输软件。支持标准音频压缩比如GSM, G.711, and G.72x和其他音频编码。Intercom专为高速网络设计来传输高品质的语音,也支持窄带传输-Intercom is a Unix system flexible voice transmission software. Support audio compression standards such as GSM, G.711, and G.72x and other audio c
G.729_voice_compress
- G.729压缩语音传输程序 G.729压缩语音传输程序 G.729压缩语音传输程序-G.729 codec & decodec transmission source
Wireless-multimedia-sensor-networks
- 本文着重研究网络中使用的MAC协议对语音传输过程的影响,以及无线传 感器网络中适用的语音编码算法。本文首先综述了现有无线传感器网络中常用 的MAC协议,对这些协议进行了分析比较。提出了一种新的基于TDMA的MAC 协议VR-TDMA,为了测试提出的协议性能,在NS2仿真平台上对该协议进行 了仿真,结果证明该协议具有良好的实时性能。然后研究了几种常用语音编码 算法的性能,通过比较研究,认为ADPCM语音编码算法的性能符合无线传感 器网络应用的要求,并对该算法进行了简化,减少
MessageAudioP2PExample
- 通过ilbc编码成amr实时语音传输例子,有兴趣的可以多看看,android里面的audiorecorder、audiotrace的使用-Through the ilbc coding into amr examples of real-time voice transmission, interested to see more, the android inside audiorecorder, audiotrace use
PCM_model_OK
- 基于Matlab-Simulink所搭建的双路单向PCM语音传输系统模型-Dual PCM-way voice transmission system Matlab-Simulink models are built based on
webrtc
- 关于google开源代码webrtc关于语音压缩编码传送的部分源码,可用于即时通信的语音传输。-About Google open source code webrtc on the voice compression part of the source code, can be used for instant messaging voice transmission.
fxcsym
- 本软件是集合信息聊天,文件传输,语音呼叫,用于局域网的手机通讯工具,类似飞鸽传书。完全可以编译,运行!有完整注释! 注意:手机通过wifi连入局域网 本软件设计的以下知识点理解不算太难! 1、短信息:UDP协议 2、语音传输:TCP协议 3、文件传输:多线程 -This software is a collection of information chat, file transfer, voice call for a mobile communication t
Android音频实时传输与播放-客户端
- Android 音频实时播放;android使用audioRecord和audioTrack实现语音录音播放与即时播放(Android Audio real-time playback)