Welcome![Sign In][Sign Up]
Location:
Search - 726

Search list

[WEB CodeG.726-

Description: 一篇介绍ITU-T G726语音编码的详细文档!兼容g711,g721(32bps),g723(24bps或40bps)标准!
Platform: | Size: 240413 | Author: 万可妮 | Hits:

[Other resourceTalkG726

Description: G.726源代码,可以参考,也可用于单片机中!
Platform: | Size: 745086 | Author: kenwu | Hits:

[Compress-Decompress algrithmsg726

Description: G.726带测试和在DM642实现的完整工程。测试程序可修改自行填入数据。实现部分设计具体产品板的定义,请酌情参考
Platform: | Size: 305071 | Author: 陈鹏 | Hits:

[VOIP programG726NetVoice

Description: 使用G.726协议进行局域网内语音通信的程序源代码,封装了G.726协议的实现库
Platform: | Size: 266377 | Author: bao | Hits:

[Audio programTalkG726

Description: G.726的网络聊天程序,包括G.726编解码源码
Platform: | Size: 804198 | Author: dzy | Hits:

[Multimedia programG721-G723

Description: G721-G723 源代码 G.726 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
Platform: | Size: 20317 | Author: chu | Hits:

[Multimedia programG728(LD-CELP)

Description: G.728 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
Platform: | Size: 49030 | Author: chu | Hits:

[Multimedia programG729(CS-ACELP)

Description: G.729 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
Platform: | Size: 977088 | Author: chu | Hits:

[Compress-Decompress algrithmsg711_g721_g723

Description: ADPCM的源代码.比较有用.包含码流速率:8kb/s、16kb/s、32kb/s、及40kb/s。 基本上将G.726的音频标准协议全部包含。也适合在嵌入式系统中进行开发。
Platform: | Size: 30414 | Author: 沈阳 | Hits:

[VOIP programg.726

Description: g726算法c源码,应用于语音压缩,如voip应用-algorithm source code for voice compression, as voip application
Platform: | Size: 19194 | Author: 龚俊 | Hits:

[transportation applications响应曲线.rar

Description: 阶跃响应曲线 num=[23.15 39.65]; den=[2.835 7.726 20.92]; [y,x,t]=step(num, den);plot(t,y) 时域分析零输入响应曲线 A=[1 -1 0.5;2 -2 0.3;1 -4 -0.1] ; B=[0 0 1]'; C=[0 0 1]; D=0; x0=[1 0 0]'; t=0:0.1:20; initial(A,B,C,D,x0,t); title('The Initial Condition Reponse') 
Platform: | Size: 339 | Author: wuxn777 | Hits:

[Multimedia Develop开放源码音频库.tar

Description: 开放源码音频库,只是用linux写的,但是很有参考价值-open source audio library, but with linux write, but of great reference value
Platform: | Size: 1026048 | Author: zh | Hits:

[VOIP programTalkG726

Description: G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字节。这里G726使用的时候,音频设置为8kHz,16位量化,单声道。 使用方法很简单,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。 PPC端的运行比较稳定,已经进行了自收自发近一个小时连续工作的测试,非常稳定,话音清晰。-G726 LAN voice calls procedures and the source code is the use of voice compression G726 (16kbps ) and RTP for the transmission process, because I did not bring WIFI the PPC, there are separate procedures for each test, PC- and PPC-were all normal work. G726 codec algorithm from the OpenH323. RTP transmission can be used in the process to find RTP stresses Xie, this procedure is mainly a function of G726. Packaging whole G726 for g726_Encode and g726_Decode two functions, Parameters for the compression and decompression of data storage address pointer, 960 bytes can be compressed to 120 to 120 bytes and bytes to 960 bytes decompression. G726 used here, Audio set to 8kHz, 16 quantify mono. It is very simple to use, with only two ends of the respective input each other's IP, then press
Platform: | Size: 1002496 | Author: Xia Tao | Hits:

[Audio programaudio-compress

Description: 一个音频采集压缩的VC例子,压缩为AVI格式-an Audio Capture and Compression VC example, compressed AVI format to
Platform: | Size: 100352 | Author: 文心 | Hits:

[Internet-NetworkG726Netphonesrc

Description: G726局域网语音通话源代码(vc++ 6) 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,使用方法很简单,因为没多少时间,并且RTP不面向连接,所以我也没做连接确认的,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。-G726 LAN voice calls source code (vc 6) This the voice compression using G726 (- ns 16-kb ps) and RTP for transmission, the use of approach is very simple, because no amount of time, RTP and not connection-oriented, so I do not recognize the link, only two ends of the respective input each other's IP, then press the "start a dialogue", it can implement a voice communication.
Platform: | Size: 577536 | Author: Arnold | Hits:

[Internet-Network200681717412159100

Description: G726局域网语音通话源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,使用方法很简单,因为没多少时间,并且RTP不面向连接,所以我也没做连接确认的,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。-G726 LAN voice calls source code is the use of voice compression G726 (16kbps) and R TP for transmission, the use of approach is very simple, because no amount of time, and no connection-oriented RTP, Therefore, I do not recognize the link, only two ends of the respective input each other's IP, then press the "start dialogue" it can implement a voice communication.
Platform: | Size: 535552 | Author: tutu11911 | Hits:

[Multimedia programmakewav

Description: 一个小程序,为音频PCM数据添加wav的头,变成wav文件,就可以在任何播放器中播放了。-a small procedure to add audio PCM data wav head into wav documents, can be in any player of the broadcast.
Platform: | Size: 4096 | Author: 陆泳 | Hits:

[Multimedia programaviEdit

Description: avi 文件格式编辑器 支持插入片断 删除编辑处理-avi file format editor to support the insert edit delete clips deal
Platform: | Size: 225280 | Author: 吴kh | Hits:

[OtherMC145540

Description: MC145540,支持G.726的硬件芯片。适用于采用G.726硬件压缩-MC145540, support G.726 hardware chip. Apply to the use of G.726 hardware compression
Platform: | Size: 631808 | Author: 徐青 | Hits:

[VOIP programG726_Eval

Description: 性能较高的PC上的G726,注意是评估版本。-High performance PC on the G726, the attention is the evaluation version.
Platform: | Size: 3961856 | Author: xiang chao | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net