登录
首页 » Visual C++ » 实现基于C语言的G.729A语音算法的解码功能encode

实现基于C语言的G.729A语音算法的解码功能encode

于 2020-07-08 发布 文件大小:1195KB
0 335
下载积分: 1 下载次数: 6

代码说明:

  程序功能可以基本上实现基于C语言的G.729A语音算法的解码功能,添加了部分本人的注释和理解,便于读者理解(Program features can basically C language-based decoding algorithm G.729A voice, add some of my notes and understanding, easier to understand)

文件列表:

encode
......\Debug
......\.....\encode.exe,66560,2015-04-16
......\.....\encode.ilk,352276,2015-04-16
......\.....\encode.pdb,453632,2015-04-16
......\encode
......\......\BASIC_OP.C,103913,1996-10-01
......\......\BASIC_OP.H,3414,1996-10-01
......\......\BITS.C,4254,1996-10-01
......\......\Debug
......\......\.....\BASIC_OP.obj,29848,2015-04-16
......\......\.....\BITS.obj,5494,2015-04-16
......\......\.....\CL.read.1.tlog,16388,2015-04-16
......\......\.....\CL.write.1.tlog,10084,2015-04-16
......\......\.....\DECODER.obj,8965,2015-04-16
......\......\.....\DEC_GAIN.obj,5203,2015-04-16
......\......\.....\DEC_LAG3.obj,3924,2015-04-16
......\......\.....\DEC_LD8A.obj,8749,2015-04-16
......\......\.....\DE_ACELP.obj,4316,2015-04-16
......\......\.....\DSPFUNC.obj,6372,2015-04-16
......\......\.....\encode.exe.intermediate.manifest,381,2015-04-16
......\......\.....\encode.lastbuildstate,72,2015-04-16
......\......\.....\encode.log,4023,2015-04-16
......\......\.....\FILTER.obj,6001,2015-04-16
......\......\.....\GAINPRED.obj,7031,2015-04-16
......\......\.....\link.read.1.tlog,7714,2015-04-16
......\......\.....\link.write.1.tlog,3184,2015-04-16
......\......\.....\LPCFUNC.obj,12925,2015-04-16
......\......\.....\LSPDEC.obj,6955,2015-04-16
......\......\.....\LSPGETQ.obj,12747,2015-04-16
......\......\.....\mt.read.1.tlog,670,2015-04-16
......\......\.....\mt.write.1.tlog,298,2015-04-16
......\......\.....\OPER_32B.obj,7126,2015-04-16
......\......\.....\POSTFILT.obj,14113,2015-04-16
......\......\.....\POST_PRO.obj,5355,2015-04-16
......\......\.....\PRED_LT3.obj,3851,2015-04-16
......\......\.....\P_PARITY.obj,4106,2015-04-16
......\......\.....\TAB_LD8A.obj,9667,2015-04-16
......\......\.....\UTIL.obj,4551,2015-04-16
......\......\.....\vc100.idb,68608,2015-04-16
......\......\.....\vc100.pdb,61440,2015-04-16
......\......\DECODER.C,2162,2015-04-16
......\......\DEC_GAIN.C,4866,1996-10-01
......\......\DEC_LAG3.C,2227,1996-10-01
......\......\DEC_LD8A.C,9596,1996-10-01
......\......\DE_ACELP.C,1888,1996-10-01
......\......\DSPFUNC.C,8070,1996-10-01
......\......\encode.vcxproj,4192,2015-04-16
......\......\encode.vcxproj.filters,3114,2015-04-16
......\......\encode.vcxproj.user,143,2015-04-16
......\......\FILTER.C,3819,1996-10-01
......\......\GAINPRED.C,7707,1996-10-01
......\......\LD8A.H,25109,1996-10-01
......\......\LPCFUNC.C,10551,1996-10-01
......\......\LSPDEC.C,3245,1996-10-01
......\......\LSPGETQ.C,5782,1996-10-01
......\......\OPER_32B.C,12423,1996-10-01
......\......\OPER_32B.H,532,1996-10-01
......\......\POSTFILT.C,14472,1996-10-01
......\......\POST_PRO.C,3037,1996-10-01
......\......\PRED_LT3.C,1802,1996-10-01
......\......\P_PARITY.C,1561,2015-04-16
......\......\TAB_LD8A.C,27190,1996-10-01
......\......\TAB_LD8A.H,1266,1996-10-01
......\......\TYPEDEF.H,958,1996-10-01
......\......\UTIL.C,1675,1996-10-01
......\encode.sdf,2183168,2015-04-16
......\encode.sln,885,2015-04-16
......\ipch
......\....\encode-224d3785
......\....\...............\encode-184e5dfa.ipch,2228224,2015-04-16

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

发表评论

0 个回复

  • 000971
    语音识别,实现语音的识别功能,,特定人的语音识别。识别0~9的发音(Speech recognition, voice recognition function, a particular person' s speech recognition. Identify the pronunciation of 0 to 9)
    2011-05-13 11:01:54下载
    积分:1
  • AEC
    语音AEC的demo程序和库源代码,在win7下验证可行。(audio aec demo in windows7.)
    2020-07-16 22:58:49下载
    积分:1
  • DTW-VCPP
    基于vc++开发,dtw语音识别,MFCC参数(DTW recognice based on vc++)
    2012-03-25 19:12:20下载
    积分:1
  • Cepstrum
    这是语音信号处理中求倒谱的程序,我自己编的,很简单,实现了一段序列求倒谱的功能(This is the voice signal processing for cepstrum procedures, I developed, is very simple. achieve a sequence for the functional cepstrum)
    2006-10-11 20:12:24下载
    积分:1
  • FFTofWaveFile
    这是一个语音的文件的一个FFT转换文件,是用C++写的源程序,相信对大家有用(This is a voice of a paper document conversion FFT is written in C source files, it may be useful to think)
    2006-12-06 09:54:06下载
    积分:1
  • ld3320
    LD3320 是一颗基于非特定人语音识别(SI-ASR:Speaker-Independent Automatic Speech Recognition)技术的语音识别/声控芯片。提供了真正的单 芯片语音识别解决方案。 LD3320 芯片上集成了高精度的A/D 和D/A 接口,不再需要外接辅助的 Flash 和RAM,即可以实现语音识别/声控/人机对话功能。并且,识别的关键词 语列表是可以动态编辑的。(Voice Recognition ;Speech Recognition ;Speech recognition technology )
    2011-08-19 22:47:10下载
    积分:1
  • Td-psolaPitchDuration
    使用TD-PSOLA(td-psola、psola)算法,做了一个语音合成,实现语音声调的变调,时长的变化等功能。参考praat源码,提取出其合成方法,效果不错。需要提供pitchtier、durationtier、pointprocess等准换信息文本(可由praat产生)供readfile函数读入(Use TD-PSOLA (TD-PSOLA, PSOLA algorithm, made a speech synthesis, speech tone tone sandhi, long-term changes in the function. Reference Praat source code, extract its synthetic method, the effect of the same.)
    2021-03-13 14:59:24下载
    积分:1
  • floating
    Use of repeater transponder controls, WebForm controls
    2019-05-09 21:14:31下载
    积分:1
  • PVVSSessP2Po
    语音通信控件源码点对点专用版简介VSession语音通信控件源码点对点专用版,版本2.0,此版本集成了G729A压缩算法,实时传输协议,话音清晰流畅!使用简单易懂方便!此控件源码是在本人以前发布的控件件源码VSessionn2.0版本的基础上,加入点对点通信时的呼叫,应答,挂断等通话前后的同步功能,使其用于点对点通信更加方便!如果您想要在程序源码中自定义点对点间的通话联系方式,或者有一对多,多对多的 (Voice communications control source peer-to-peer special edition Introduction VSession voice communication control source peer-to-peer special edition, version 2.0, this version integration the G729A compression algorithm, Real-time Transport Protocol, clear and smooth voice! Easy to understand and easy to use! This control source is in the I control previously released the parts source VSessionn2.0 version based on peer-to-peer communication call, answer, hang up, etc. the synchronization function before and after the call to make it more convenient for point-to-point communication ! If you want to program source from the definition of point-to-point calls between Contact, or one-to-many, many-to-many)
    2012-09-15 22:00:40下载
    积分:1
  • sound_location
    实现声源定位功能,利用两个麦克风的语音数据获得原始声源的位置!(Achieve sound localization function, using two microphones for voice access to the original source data location!)
    2010-05-21 21:21:41下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载