登录
首页 » Visual C++ » PCM+to+G729

PCM+to+G729

于 2008-10-22 发布 文件大小:468KB
0 170
下载积分: 1 下载次数: 2

代码说明:

说明:  PCM转g.729的源码 用vs2005编译通过(PCM to G.729 source code with VS2005 compiler through)

文件列表:

G729
....\Code
....\....\Code.vcproj
....\....\Debug
....\debug
....\Decode
....\......\Debug
....\......\Decode.vcproj
....\G729
....\....\Debug
....\....\G729.vcproj
....\G729.ncb
....\G729.sln
....\SourceCode
....\..........\acelp_co.c
....\..........\basic_op.c
....\..........\basic_op.h
....\..........\bits.c
....\..........\calcexc.c
....\..........\coder.c
....\..........\coder.mak
....\..........\cod_ld8k.c
....\..........\decoder.c
....\..........\decoder.mak
....\..........\dec_gain.c
....\..........\dec_lag3.c
....\..........\dec_ld8k.c
....\..........\dec_sid.c
....\..........\de_acelp.c
....\..........\dspfunc.c
....\..........\dtx.c
....\..........\dtx.h
....\..........\filter.c
....\..........\gainpred.c
....\..........\ld8k.h
....\..........\lpc.c
....\..........\lpcfunc.c
....\..........\lspdec.c
....\..........\lspgetq.c
....\..........\octet.h
....\..........\oper_32b.c
....\..........\oper_32b.h
....\..........\pitch.c
....\..........\post_pro.c
....\..........\pred_lt3.c
....\..........\pre_proc.c
....\..........\pst.c
....\..........\pwf.c
....\..........\p_parity.c
....\..........\qsidgain.c
....\..........\qsidlsf.c
....\..........\qua_gain.c
....\..........\qua_lsp.c
....\..........\sid.h
....\..........\tab_dtx.c
....\..........\tab_dtx.h
....\..........\tab_ld8k.c
....\..........\tab_ld8k.h
....\..........\taming.c
....\..........\typedef.h
....\..........\util.c
....\..........\vad.c
....\..........\vad.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ffmpeg
    命令行下可直接运行可将WAV转成MP3等格式 ffmpeg -i a.wav a.mp3 (命令行下可直接运行可将WAV转成MP3等格式 ffmpeg-i a.wav a.mp3 )
    2015-09-05 11:15:50下载
    积分:1
  • TestVideo
    说明:  用dxshow编写的视频播放器。。。。。。。(Dxshow prepared to use video player。。。。)
    2009-08-07 08:52:35下载
    积分:1
  • dtmfdecoder
    非常简单的DTMF实现,可以解码alaw编码的音频文件,内附样本文件。(Very simple DTMF implementation, alaw encoded audio files can be decoded, enclosing a sample file.)
    2012-12-11 18:50:47下载
    积分:1
  • MyMediaPlay
    vc——使用MediePlay AcriveX控件创建媒体播放器MyMediaPlay(vc- Use MediePlay AcriveX controls to create media player MyMediaPlay)
    2011-07-24 19:01:52下载
    积分:1
  • OpenScrPlayer
    一个开源的播放器界面,做的还可以,不过需要xmplayer的引擎才可以播放的
    2009-09-15 15:12:02下载
    积分:1
  • 643574685
    VB多光驱智能检测的CD播放机,有需要的就下载吧。(VB drive more intelligent detection of CD player, has the need to download it.)
    2013-08-17 12:11:01下载
    积分:1
  • AVICaputer
    对AVI视频按照自己的需要截图,如从视频中某帧开始截取,间隔几帧截取一帧等功能。(AVI video shots according to their needs, such as in a frame from the video began interception, interception of a function every few frames.)
    2013-03-03 14:16:20下载
    积分:1
  • ffmpeg
    ffmpeg类库及说明文档,适合多媒体开发去学习(ffmpeg libraries and documentation )
    2012-03-14 15:28:37下载
    积分:1
  • VGAPlayer
    本播放器用于播放.vga格式的课件(大量西北工业大学的课件都是这种格式) 为了更好的使用本播放器,请注意以下几点: 1)视频文件(*.asf)必须和课件文件(*.vga)在同一个目 录下 2)同一节课具有相同的名字,例如01.asf对应01.vga, 反之亦然。 3)如有任何意见或建议请发邮件至dgx_lsyd3@163.com 或加QQ:259177377 (The player used to play. Vga courseware format (a large number of Northwestern Polytechnical University courseware is in this format) In order to better use of the player, please note the following: 1) the video file (*. asf) must be and courseware documents (*. vga) in the same directory 2) the same class with the same name, for example, 01.asf corresponding 01.vga, and vice versa. 3) If you have any comments or suggestions, please e-mail dgx_lsyd3@163.com or QQ: 259177377)
    2020-06-26 03:20:02下载
    积分:1
  • wangluoluyinji
    vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.(vc++ program to write the network recorder, audio recording reference vckbase api code, combined with a short socket (TCP) can be Speak to unilateral recordings, and part of the program in two parts (recorder+ network to send the code), part (Receive Data+ play wave Music code form), because the program only for their own use, many places do not pay attention to the wrong identification, the structure is chaotic, the program had The most troublesome is the loss of memory control, the results with the double buffer to store the waveform data to alternate storage/removal.)
    2011-12-03 11:05:36下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载