文件名称:LAN-voice-transmission
- 所属分类:
- 语音合成与识别
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-12
- 文件大小:
- 2.11mb
- 下载次数:
- 0次
- 提 供 者:
- shez*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C语言源码![局域网网络语音传输]一. 模块功能
做到在互连网的语音通信功能,使用g.729压缩,在 北京 -------- 重庆 间测试过,一端是长城宽带。一端是56k modem 拨号上网。语音比较清晰,但有一点停吨现象。
二.结构
dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-C language source code! [LAN voice transmission module function].
Do it in speech communication function of the Internet, the use of G.729 compression, tested in Beijing, Chongqing, one end is the the Great Wall of broadband. One is 56K modem dial-up. Voice clear, but one thing stopped tons phenomenon.
The structure of two.
DLL using an TCP connection, the two sides said no connectivity, using UDP to send voice data show that the transmission order, sender, receiver rearrangement of the order.
做到在互连网的语音通信功能,使用g.729压缩,在 北京 -------- 重庆 间测试过,一端是长城宽带。一端是56k modem 拨号上网。语音比较清晰,但有一点停吨现象。
二.结构
dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-C language source code! [LAN voice transmission module function].
Do it in speech communication function of the Internet, the use of G.729 compression, tested in Beijing, Chongqing, one end is the the Great Wall of broadband. One is 56K modem dial-up. Voice clear, but one thing stopped tons phenomenon.
The structure of two.
DLL using an TCP connection, the two sides said no connectivity, using UDP to send voice data show that the transmission order, sender, receiver rearrangement of the order.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C语言源码!网络语音传输\Talk\TalkDll\AudioCode.cpp
......................\....\.......\AudioCode.h
......................\....\.......\ClientSocket.cpp
......................\....\.......\ClientSocket.h
......................\....\.......\Debug\TalkDll.bsc
......................\....\.......\.....\TalkDll.exp
......................\....\.......\.....\TalkDll.lib
......................\....\.......\.....\TalkDll.res
......................\....\.......\G729a.lib
......................\....\.......\head.h
......................\....\.......\Interface.cpp
......................\....\.......\Interface.h
......................\....\.......\ListenSocket.cpp
......................\....\.......\ListenSocket.h
......................\....\.......\MixIn.cpp
......................\....\.......\MixIn.h
......................\....\.......\MixOut.cpp
......................\....\.......\MixOut.h
......................\....\.......\MyWaveIn.cpp
......................\....\.......\MyWaveIn.h
......................\....\.......\RecSocket.cpp
......................\....\.......\RecSocket.h
......................\....\.......\res\TalkDll.rc2
......................\....\.......\Resource.h
......................\....\.......\SendClient.cpp
......................\....\.......\SendClient.h
......................\....\.......\SortData.cpp
......................\....\.......\SortData.h
......................\....\.......\StdAfx.cpp
......................\....\.......\StdAfx.h
......................\....\.......\TalkDll.aps
......................\....\.......\TalkDll.clw
......................\....\.......\TalkDll.cpp
......................\....\.......\TalkDll.def
......................\....\.......\TalkDll.dsp
......................\....\.......\TalkDll.dsw
......................\....\.......\TalkDll.ncb
......................\....\.......\TalkDll.opt
......................\....\.......\TalkDll.plg
......................\....\.......\TalkDll.rc
......................\....\.......\UdpSocket.cpp
......................\....\.......\UdpSocket.h
......................\....\.......\WaveIn.cpp
......................\....\.......\WaveIn.h
......................\....\.......\WaveOut.cpp
......................\....\.......\WaveOut.h
......................\....\.......\使用说明.txt
......................\....\test\Debug\TalkDll.dll
......................\....\....\.....\test.bsc
......................\....\....\.....\test.exe
......................\....\....\res\test.ico
......................\....\....\...\test.rc2
......................\....\....\resource.h
......................\....\....\StdAfx.cpp
......................\....\....\StdAfx.h
......................\....\....\test.aps
......................\....\....\test.clw
......................\....\....\test.cpp
......................\....\....\test.dsp
......................\....\....\test.dsw
......................\....\....\test.h
......................\....\....\test.plg
......................\....\....\test.rc
......................\....\....\testDlg.cpp
......................\....\....\testDlg.h
......................\....\文档\Talk dll 结构.doc
......................\....\TalkDll\Debug
......................\....\.......\res
......................\....\test\Debug
......................\....\....\Release
......................\....\....\res
......................\....\TalkDll
......................\....\test
......................\....\文档
......................\Talk
C语言源码!网络语音传输