实例介绍
g729编解码源码,还有g729各个系列的源码,完整的demo
【实例截图】
【核心代码】
98a28e489c001d0b775e5b70e7500f83.zip
├── G729E.docx
├── G729E.pdf
└── Software
├── G729_Release3
│ ├── g729
│ │ ├── c_code
│ │ │ ├── ACELP_CO.C
│ │ │ ├── BASIC_OP.C
│ │ │ ├── BASIC_OP.H
│ │ │ ├── BITS.C
│ │ │ ├── CODER.C
│ │ │ ├── CODER.MAK
│ │ │ ├── COD_LD8K.C
│ │ │ ├── DE_ACELP.C
│ │ │ ├── DEC_GAIN.C
│ │ │ ├── DEC_LAG3.C
│ │ │ ├── DEC_LD8K.C
│ │ │ ├── DECODER.C
│ │ │ ├── DECODER.MAK
│ │ │ ├── DSPFUNC.C
│ │ │ ├── FILTER.C
│ │ │ ├── GAINPRED.C
│ │ │ ├── LD8K.H
│ │ │ ├── LPC.C
│ │ │ ├── LPCFUNC.C
│ │ │ ├── LSPDEC.C
│ │ │ ├── LSPGETQ.C
│ │ │ ├── OPER_32B.C
│ │ │ ├── OPER_32B.H
│ │ │ ├── PITCH.C
│ │ │ ├── POST_PRO.C
│ │ │ ├── P_PARITY.C
│ │ │ ├── PRED_LT3.C
│ │ │ ├── PRE_PROC.C
│ │ │ ├── PST.C
│ │ │ ├── PWF.C
│ │ │ ├── QUA_GAIN.C
│ │ │ ├── QUA_LSP.C
│ │ │ ├── README.txt
│ │ │ ├── TAB_LD8K.C
│ │ │ ├── TAB_LD8K.H
│ │ │ ├── TYPEDEF.H
│ │ │ └── UTIL.C
│ │ └── test_vectors
│ │ ├── ALGTHM.BIT
│ │ ├── ALGTHM.IN
│ │ ├── ALGTHM.PST
│ │ ├── ERASURE.BIT
│ │ ├── ERASURE.PST
│ │ ├── FIXED.BIT
│ │ ├── FIXED.IN
│ │ ├── FIXED.PST
│ │ ├── LSP.BIT
│ │ ├── LSP.IN
│ │ ├── LSP.PST
│ │ ├── OVERFLOW.BIT
│ │ ├── OVERFLOW.PST
│ │ ├── PARITY.BIT
│ │ ├── PARITY.PST
│ │ ├── PITCH.BIT
│ │ ├── PITCH.IN
│ │ ├── PITCH.PST
│ │ ├── READMETV.txt
│ │ ├── SPEECH.BIT
│ │ ├── SPEECH.IN
│ │ ├── SPEECH.PST
│ │ ├── TAME.BIT
│ │ ├── TAME.IN
│ │ ├── TAME.PST
│ │ └── TEST.BAT
│ ├── g729AnnexA
│ │ ├── c_code
│ │ │ ├── ACELP_CA.C
│ │ │ ├── BASIC_OP.C
│ │ │ ├── BASIC_OP.H
│ │ │ ├── BITS.C
│ │ │ ├── CODER.C
│ │ │ ├── CODER.MAK
│ │ │ ├── COD_LD8A.C
│ │ │ ├── COR_FUNC.C
│ │ │ ├── DE_ACELP.C
│ │ │ ├── DEC_GAIN.C
│ │ │ ├── DEC_LAG3.C
│ │ │ ├── DEC_LD8A.C
│ │ │ ├── DECODER.C
│ │ │ ├── DECODER.MAK
│ │ │ ├── DSPFUNC.C
│ │ │ ├── FILTER.C
│ │ │ ├── GAINPRED.C
│ │ │ ├── LD8A.H
│ │ │ ├── LPC.C
│ │ │ ├── LPCFUNC.C
│ │ │ ├── LSPDEC.C
│ │ │ ├── LSPGETQ.C
│ │ │ ├── OPER_32B.C
│ │ │ ├── OPER_32B.H
│ │ │ ├── PITCH_A.C
│ │ │ ├── POSTFILT.C
│ │ │ ├── POST_PRO.C
│ │ │ ├── P_PARITY.C
│ │ │ ├── PRED_LT3.C
│ │ │ ├── PRE_PROC.C
│ │ │ ├── QUA_GAIN.C
│ │ │ ├── QUA_LSP.C
│ │ │ ├── README.TXT
│ │ │ ├── TAB_LD8A.C
│ │ │ ├── TAB_LD8A.H
│ │ │ ├── TAMING.C
│ │ │ ├── TYPEDEF.H
│ │ │ └── UTIL.C
│ │ └── test_vectors
│ │ ├── ALGTHM.BIT
│ │ ├── ALGTHM.IN
│ │ ├── ALGTHM.PST
│ │ ├── ERASURE.BIT
│ │ ├── ERASURE.PST
│ │ ├── FIXED.BIT
│ │ ├── FIXED.IN
│ │ ├── FIXED.PST
│ │ ├── LSP.BIT
│ │ ├── LSP.IN
│ │ ├── LSP.PST
│ │ ├── OVERFLOW.BIT
│ │ ├── OVERFLOW.PST
│ │ ├── PARITY.BIT
│ │ ├── PARITY.PST
│ │ ├── PITCH.BIT
│ │ ├── PITCH.IN
│ │ ├── PITCH.PST
│ │ ├── READMETV.txt
│ │ ├── SPEECH.BIT
│ │ ├── SPEECH.IN
│ │ ├── SPEECH.PST
│ │ ├── TAME.BIT
│ │ ├── TAME.IN
│ │ ├── TAME.PST
│ │ ├── TEST.BAT
│ │ ├── TEST.BIT
│ │ ├── TEST.IN
│ │ └── TEST.pst
│ ├── g729AnnexB
│ │ ├── c_codeB
│ │ │ ├── acelp_co.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bits.c
│ │ │ ├── calcexc.c
│ │ │ ├── coder.c
│ │ │ ├── coder.mak
│ │ │ ├── cod_ld8k.c
│ │ │ ├── de_acelp.c
│ │ │ ├── dec_gain.c
│ │ │ ├── dec_lag3.c
│ │ │ ├── dec_ld8k.c
│ │ │ ├── decoder.c
│ │ │ ├── decoder.mak
│ │ │ ├── dec_sid.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
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pst.c
│ │ │ ├── pwf.c
│ │ │ ├── qsidgain.c
│ │ │ ├── qsidlsf.c
│ │ │ ├── qua_gain.c
│ │ │ ├── qua_lsp.c
│ │ │ ├── readme.txt
│ │ │ ├── sid.h
│ │ │ ├── tab_dtx.c
│ │ │ ├── tab_dtx.h
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tab_ld8k.h
│ │ │ ├── taming.c
│ │ │ ├── typedef.h
│ │ │ ├── util.c
│ │ │ ├── vad.c
│ │ │ └── vad.h
│ │ ├── c_codeBA
│ │ │ ├── acelp_ca.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bits.c
│ │ │ ├── calcexc.c
│ │ │ ├── coder.c
│ │ │ ├── coder.mak
│ │ │ ├── cod_ld8a.c
│ │ │ ├── cor_func.c
│ │ │ ├── de_acelp.c
│ │ │ ├── dec_gain.c
│ │ │ ├── dec_lag3.c
│ │ │ ├── dec_ld8a.c
│ │ │ ├── decoder.c
│ │ │ ├── decoder.mak
│ │ │ ├── dec_sid.c
│ │ │ ├── dspfunc.c
│ │ │ ├── dtx.c
│ │ │ ├── dtx.h
│ │ │ ├── filter.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8a.h
│ │ │ ├── lpc.c
│ │ │ ├── lpcfunc.c
│ │ │ ├── lspdec.c
│ │ │ ├── lspgetq.c
│ │ │ ├── octet.h
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── pitch_a.c
│ │ │ ├── postfilt.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── qsidgain.c
│ │ │ ├── qsidlsf.c
│ │ │ ├── qua_gain.c
│ │ │ ├── qua_lsp.c
│ │ │ ├── readme.txt
│ │ │ ├── sid.h
│ │ │ ├── tab_dtx.c
│ │ │ ├── tab_dtx.h
│ │ │ ├── tab_ld8a.c
│ │ │ ├── tab_ld8a.h
│ │ │ ├── taming.c
│ │ │ ├── typedef.h
│ │ │ ├── util.c
│ │ │ ├── vad.c
│ │ │ └── vad.h
│ │ └── test_vectors
│ │ ├── readmeabTV.txt
│ │ ├── readmebTV.txt
│ │ ├── test_ab.bat
│ │ ├── test_b.bat
│ │ ├── tstseq1a.bit
│ │ ├── tstseq1a.out
│ │ ├── tstseq1.bin
│ │ ├── tstseq1.bit
│ │ ├── tstseq1.out
│ │ ├── tstseq2a.bit
│ │ ├── tstseq2a.out
│ │ ├── tstseq2.bin
│ │ ├── tstseq2.bit
│ │ ├── tstseq2.out
│ │ ├── tstseq3a.bit
│ │ ├── tstseq3a.out
│ │ ├── tstseq3.bin
│ │ ├── tstseq3.bit
│ │ ├── tstseq3.out
│ │ ├── tstseq4a.bit
│ │ ├── tstseq4a.out
│ │ ├── tstseq4.bin
│ │ ├── tstseq4.bit
│ │ ├── tstseq4.out
│ │ ├── tstseq5a.out
│ │ ├── tstseq5.bit
│ │ ├── tstseq5.out
│ │ ├── tstseq6a.out
│ │ ├── tstseq6.bit
│ │ └── tstseq6.out
│ ├── g729AnnexC
│ │ └── c_code
│ │ ├── ACELP_CA.C
│ │ ├── ACELP_CO.C
│ │ ├── BITS.C
│ │ ├── CODERA.C
│ │ ├── CODERA.MAK
│ │ ├── CODER.C
│ │ ├── CODER.MAK
│ │ ├── COD_LD8A.C
│ │ ├── COD_LD8K.C
│ │ ├── COR_FUNC.C
│ │ ├── DE_ACELP.C
│ │ ├── DEC_GAIN.C
│ │ ├── DEC_LAG3.C
│ │ ├── DEC_LD8A.C
│ │ ├── DEC_LD8K.C
│ │ ├── DECODERA.C
│ │ ├── DECODERA.MAK
│ │ ├── DECODER.C
│ │ ├── DECODER.MAK
│ │ ├── FILTER.C
│ │ ├── GAINPRED.C
│ │ ├── LD8A.H
│ │ ├── LD8K.H
│ │ ├── LPCA.C
│ │ ├── LPC.C
│ │ ├── LPCFUNCA.C
│ │ ├── LPCFUNC.C
│ │ ├── LSPDEC.C
│ │ ├── LSPGETQ.C
│ │ ├── PITCH_A.C
│ │ ├── PITCH.C
│ │ ├── POSTFILA.C
│ │ ├── POSTFIL.C
│ │ ├── POST_PRO.C
│ │ ├── P_PARITY.C
│ │ ├── PRED_LT3.C
│ │ ├── PRE_PROC.C
│ │ ├── PWF.C
│ │ ├── QUA_GAIN.C
│ │ ├── QUA_LSP.C
│ │ ├── README.TXT
│ │ ├── TAB_LD8A.C
│ │ ├── TAB_LD8A.H
│ │ ├── TAB_LD8K.C
│ │ ├── TAB_LD8K.H
│ │ ├── TAMING.C
│ │ ├── TYPEDEF.H
│ │ ├── UTIL.C
│ │ └── VERSION.H
│ ├── g729AnnexC+
│ │ └── c_code
│ │ ├── acelp_cp.c
│ │ ├── bitscp.c
│ │ ├── bitstrea.txt
│ │ ├── bwfw.c
│ │ ├── bwfwfunc.c
│ │ ├── calcexc.c
│ │ ├── codercp.c
│ │ ├── codercp.mak
│ │ ├── codld8cp.c
│ │ ├── cor_func.c
│ │ ├── dacelpcp.c
│ │ ├── declagcp.c
│ │ ├── decld8cp.c
│ │ ├── decodcp.c
│ │ ├── decodcp.mak
│ │ ├── dec_sid.c
│ │ ├── degaincp.c
│ │ ├── dtx.c
│ │ ├── dtx.h
│ │ ├── filtere.c
│ │ ├── gainpred.c
│ │ ├── ld8cp.h
│ │ ├── ld8k.h
│ │ ├── lpccp.c
│ │ ├── lpfunccp.c
│ │ ├── lspdece.c
│ │ ├── lspgetqe.c
│ │ ├── mus_dtct.c
│ │ ├── octet.h
│ │ ├── phdisp.c
│ │ ├── pitchcp.c
│ │ ├── post_pro.c
│ │ ├── p_parity.c
│ │ ├── pred_lt3.c
│ │ ├── pre_proc.c
│ │ ├── pstcp.c
│ │ ├── pwf.c
│ │ ├── pwfe.c
│ │ ├── q_gaincp.c
│ │ ├── qsidgain.c
│ │ ├── qsidlsf.c
│ │ ├── qua_lspe.c
│ │ ├── readme.txt
│ │ ├── sid.h
│ │ ├── tab_dtx.c
│ │ ├── tab_dtx.h
│ │ ├── tabld8cp.c
│ │ ├── tabld8cp.h
│ │ ├── tab_ld8k.c
│ │ ├── tab_ld8k.h
│ │ ├── taming.c
│ │ ├── track_pi.c
│ │ ├── typedef.h
│ │ ├── utilcp.c
│ │ ├── vad.c
│ │ └── vad.h
│ ├── g729AnnexD
│ │ ├── c_code
│ │ │ ├── acelpcod.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bitsd.c
│ │ │ ├── bitstrea.txt
│ │ │ ├── coderd.c
│ │ │ ├── coderd.mak
│ │ │ ├── codld8kd.c
│ │ │ ├── de_acelp.c
│ │ │ ├── deacelpd.c
│ │ │ ├── dec_g6k.c
│ │ │ ├── dec_g8k.c
│ │ │ ├── declag3d.c
│ │ │ ├── decld8kd.c
│ │ │ ├── decoderd.c
│ │ │ ├── decoderd.mak
│ │ │ ├── dspfunc.c
│ │ │ ├── filterd.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8kd.h
│ │ │ ├── ld8k.h
│ │ │ ├── lpc.c
│ │ │ ├── lpcfunc.c
│ │ │ ├── lspdec.c
│ │ │ ├── lspgetq.c
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── pitchd.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pst.c
│ │ │ ├── pwf.c
│ │ │ ├── qua_g6k.c
│ │ │ ├── qua_g8k.c
│ │ │ ├── qua_lsp.c
│ │ │ ├── readme.txt
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tabld8kd.c
│ │ │ ├── tabld8kd.h
│ │ │ ├── tab_ld8k.h
│ │ │ ├── typedef.h
│ │ │ └── util.c
│ │ └── test_vectors
│ │ ├── test.bat
│ │ ├── testfile.raw
│ │ ├── testmid.1
│ │ ├── testmid.2
│ │ ├── testmid.3
│ │ ├── testout.1
│ │ ├── testout.2
│ │ └── testout.3
│ ├── g729AnnexE
│ │ ├── c_code
│ │ │ ├── acelp_co.c
│ │ │ ├── acelp_e.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bitse.c
│ │ │ ├── BITSTREA.TXT
│ │ │ ├── bwfw.c
│ │ │ ├── bwfwfunc.c
│ │ │ ├── CODERE.C
│ │ │ ├── CODERE.MAK
│ │ │ ├── cod_ld8e.c
│ │ │ ├── de_acelp.c
│ │ │ ├── deacelpe.c
│ │ │ ├── decgaine.c
│ │ │ ├── dec_lag3.c
│ │ │ ├── dec_ld8e.c
│ │ │ ├── decodere.c
│ │ │ ├── DECODERE.MAK
│ │ │ ├── dspfunc.c
│ │ │ ├── filtere.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8e.h
│ │ │ ├── ld8k.h
│ │ │ ├── lpce.c
│ │ │ ├── lpcfunc.c
│ │ │ ├── lspdece.c
│ │ │ ├── lspgetqe.c
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── pitch.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pste.c
│ │ │ ├── pwf.c
│ │ │ ├── pwfe.c
│ │ │ ├── qua_gain.c
│ │ │ ├── qua_lspe.c
│ │ │ ├── readme.txt
│ │ │ ├── tab_ld8e.c
│ │ │ ├── tab_ld8e.h
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tab_ld8k.h
│ │ │ ├── track_pi.c
│ │ │ ├── typedef.h
│ │ │ └── util.c
│ │ └── test_vectors
│ │ ├── ALGTHME.118
│ │ ├── algthme.bit
│ │ ├── algthme.pst
│ │ ├── erasuree.bit
│ │ ├── erasuree.pst
│ │ ├── FIXED35.118
│ │ ├── fixed35.bit
│ │ ├── fixed35.pst
│ │ ├── FIXED44.118
│ │ ├── fixed44.bit
│ │ ├── fixed44.pst
│ │ ├── LSPE.118
│ │ ├── lspe.bit
│ │ ├── lspe.pst
│ │ ├── OVPITCH.118
│ │ ├── ovpitch.bit
│ │ ├── ovpitch.pst
│ │ ├── PITCHE.118
│ │ ├── pitche.bit
│ │ ├── pitche.pst
│ │ ├── READMETV.TXT
│ │ ├── SPEECHE.118
│ │ ├── speeche.bit
│ │ ├── speeche.pst
│ │ ├── stabilit.bit
│ │ ├── stabilit.pst
│ │ ├── SWITCH
│ │ ├── switch.bit
│ │ ├── switch.pst
│ │ ├── SWITCH.XXX
│ │ └── TEST.BAT
│ ├── g729AnnexF
│ │ ├── c_code
│ │ │ ├── acelpcod.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bitsf.c
│ │ │ ├── bitstrea.txt
│ │ │ ├── calcexc.c
│ │ │ ├── coderf.c
│ │ │ ├── coderf.mak
│ │ │ ├── cod_ld8f.c
│ │ │ ├── de_acelp.c
│ │ │ ├── deacelpd.c
│ │ │ ├── dec_g6k.c
│ │ │ ├── dec_g8k.c
│ │ │ ├── declag3d.c
│ │ │ ├── dec_ld8f.c
│ │ │ ├── decoderf.c
│ │ │ ├── decoderf.mak
│ │ │ ├── dec_sidf.c
│ │ │ ├── dspfunc.c
│ │ │ ├── dtx.c
│ │ │ ├── dtx.h
│ │ │ ├── filter.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8f.h
│ │ │ ├── ld8kd.h
│ │ │ ├── ld8k.h
│ │ │ ├── lpc.c
│ │ │ ├── lpcfunc.c
│ │ │ ├── lspdec.c
│ │ │ ├── lspgetq.c
│ │ │ ├── octet.h
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── phdisp.c
│ │ │ ├── pitchd.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pst.c
│ │ │ ├── pwf.c
│ │ │ ├── qsidgain.c
│ │ │ ├── qsidlsf.c
│ │ │ ├── qua_g6k.c
│ │ │ ├── qua_g8k.c
│ │ │ ├── qua_lsp.c
│ │ │ ├── readme.txt
│ │ │ ├── sid.h
│ │ │ ├── tab_dtx.c
│ │ │ ├── tab_dtx.h
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tabld8kd.c
│ │ │ ├── tabld8kd.h
│ │ │ ├── tab_ld8k.h
│ │ │ ├── taming.c
│ │ │ ├── typedef.h
│ │ │ ├── util.c
│ │ │ ├── vad.c
│ │ │ └── vad.h
│ │ └── test_vectors
│ │ ├── dm19.8k
│ │ ├── dm19.b10
│ │ ├── dm19.o10
│ │ ├── speech
│ │ ├── speech.b10
│ │ ├── speech.o10
│ │ └── test.bat
│ ├── g729AnnexG
│ │ ├── c_code
│ │ │ ├── acelp_co.c
│ │ │ ├── acelp_e.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bitsg.c
│ │ │ ├── bitstrea.txt
│ │ │ ├── bwfwfunc.c
│ │ │ ├── bwfwg.c
│ │ │ ├── calcexc.c
│ │ │ ├── coderg.c
│ │ │ ├── coderg.mak
│ │ │ ├── cod_ld8g.c
│ │ │ ├── de_acelp.c
│ │ │ ├── deacelpe.c
│ │ │ ├── decgaine.c
│ │ │ ├── dec_lag3.c
│ │ │ ├── dec_ld8g.c
│ │ │ ├── decoderg.c
│ │ │ ├── decoderg.mak
│ │ │ ├── dec_sidf.c
│ │ │ ├── dspfunc.c
│ │ │ ├── dtxg.c
│ │ │ ├── dtx.h
│ │ │ ├── filtere.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8e.h
│ │ │ ├── ld8g.h
│ │ │ ├── ld8k.h
│ │ │ ├── lpcfunc.c
│ │ │ ├── lpcg.c
│ │ │ ├── lspdece.c
│ │ │ ├── lspgetqe.c
│ │ │ ├── mus_dtct.c
│ │ │ ├── octet.h
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── pitch.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pstg.c
│ │ │ ├── pwf.c
│ │ │ ├── pwfe.c
│ │ │ ├── qsidgain.c
│ │ │ ├── qsidlsf.c
│ │ │ ├── qua_gain.c
│ │ │ ├── qua_lspe.c
│ │ │ ├── readme.txt
│ │ │ ├── sid.h
│ │ │ ├── tab_dtx.c
│ │ │ ├── tab_dtx.h
│ │ │ ├── tab_ld8e.c
│ │ │ ├── tab_ld8e.h
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tab_ld8k.h
│ │ │ ├── taming.c
│ │ │ ├── track_pi.c
│ │ │ ├── typedef.h
│ │ │ ├── util.c
│ │ │ ├── vadg.c
│ │ │ └── vad.h
│ │ └── test_vectors
│ │ ├── dm19.8k
│ │ ├── dm19.b12
│ │ ├── dm19.o12
│ │ ├── speech
│ │ ├── speech.b12
│ │ ├── speech.o12
│ │ └── test.bat
│ ├── g729AnnexH
│ │ ├── c_code
│ │ │ ├── acelp_h.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bitsh.c
│ │ │ ├── bitstrea.txt
│ │ │ ├── bwfwfunc.c
│ │ │ ├── bwfwh.c
│ │ │ ├── coderh.c
│ │ │ ├── coderh.mak
│ │ │ ├── cod_ld8h.c
│ │ │ ├── deacelph.c
│ │ │ ├── decgainh.c
│ │ │ ├── declagh.c
│ │ │ ├── dec_ld8h.c
│ │ │ ├── decoderh.c
│ │ │ ├── decoderh.mak
│ │ │ ├── dspfunc.c
│ │ │ ├── filtere.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8e.h
│ │ │ ├── ld8h.h
│ │ │ ├── ld8kd.h
│ │ │ ├── ld8k.h
│ │ │ ├── lpce.c
│ │ │ ├── lpcfunc.c
│ │ │ ├── lspdece.c
│ │ │ ├── lspgetqe.c
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── phdisp.c
│ │ │ ├── pitchh.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pste.c
│ │ │ ├── pwf.c
│ │ │ ├── pwfe.c
│ │ │ ├── qua_g6k.c
│ │ │ ├── qua_g8k.c
│ │ │ ├── qua_lspe.c
│ │ │ ├── readme.txt
│ │ │ ├── tab_ld8e.c
│ │ │ ├── tab_ld8e.h
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tabld8kd.c
│ │ │ ├── tabld8kd.h
│ │ │ ├── tab_ld8k.h
│ │ │ ├── taming.c
│ │ │ ├── track_pi.c
│ │ │ ├── typedef.h
│ │ │ └── util.c
│ │ └── test_vectors
│ │ ├── dm19.8k
│ │ ├── dm19.br02
│ │ ├── dm19.or02
│ │ ├── rate02
│ │ ├── speech
│ │ ├── speech.br02
│ │ ├── speech.or02
│ │ └── test.bat
│ ├── g729AnnexI
│ │ ├── c_code
│ │ │ ├── acelp_cp.c
│ │ │ ├── basic_op.c
│ │ │ ├── basic_op.h
│ │ │ ├── bitscp.c
│ │ │ ├── bitstrea.txt
│ │ │ ├── bwfw.c
│ │ │ ├── bwfwfunc.c
│ │ │ ├── calcexc.c
│ │ │ ├── coderi.c
│ │ │ ├── coderi.mak
│ │ │ ├── codld8cp.c
│ │ │ ├── dacelpcp.c
│ │ │ ├── declagcp.c
│ │ │ ├── decld8cp.c
│ │ │ ├── decoderi.c
│ │ │ ├── decoderi.mak
│ │ │ ├── dec_sid.c
│ │ │ ├── degaincp.c
│ │ │ ├── dspfunc.c
│ │ │ ├── dtx.c
│ │ │ ├── dtx.h
│ │ │ ├── filtere.c
│ │ │ ├── gainpred.c
│ │ │ ├── ld8cp.h
│ │ │ ├── ld8k.h
│ │ │ ├── lpccp.c
│ │ │ ├── lpcfunc.c
│ │ │ ├── lspdece.c
│ │ │ ├── lspgetqe.c
│ │ │ ├── mus_dtct.c
│ │ │ ├── octet.h
│ │ │ ├── oper_32b.c
│ │ │ ├── oper_32b.h
│ │ │ ├── phdisp.c
│ │ │ ├── pitchcp.c
│ │ │ ├── post_pro.c
│ │ │ ├── p_parity.c
│ │ │ ├── pred_lt3.c
│ │ │ ├── pre_proc.c
│ │ │ ├── pstcp.c
│ │ │ ├── pwf.c
│ │ │ ├── pwfe.c
│ │ │ ├── q_gaincp.c
│ │ │ ├── qsidgain.c
│ │ │ ├── qsidlsf.c
│ │ │ ├── qua_lspe.c
│ │ │ ├── readme.txt
│ │ │ ├── sid.h
│ │ │ ├── tab_dtx.c
│ │ │ ├── tab_dtx.h
│ │ │ ├── tabld8cp.c
│ │ │ ├── tabld8cp.h
│ │ │ ├── tab_ld8k.c
│ │ │ ├── tab_ld8k.h
│ │ │ ├── taming.c
│ │ │ ├── track_pi.c
│ │ │ ├── typedef.h
│ │ │ ├── utilcp.c
│ │ │ ├── vad.c
│ │ │ └── vad.h
│ │ └── test_vectors
│ │ ├── dm19.8k
│ │ ├── dm19.b10
│ │ ├── dm19.b12
│ │ ├── dm19.br012
│ │ ├── dm19.br02
│ │ ├── dm19.o10
│ │ ├── dm19.o12
│ │ ├── dm19.or012
│ │ ├── dm19.or02
│ │ ├── rate012
│ │ ├── rate02
│ │ ├── speech
│ │ ├── speech.b10
│ │ ├── speech.b12
│ │ ├── speech.br012
│ │ ├── speech.br02
│ │ ├── speech.o10
│ │ ├── speech.o12
│ │ ├── speech.or012
│ │ ├── speech.or02
│ │ └── test.bat
│ ├── g729AppII
│ │ ├── c_code
│ │ │ ├── readme.txt
│ │ │ └── vad.c
│ │ └── test_vectors
│ │ ├── readmetv.txt
│ │ ├── tstseq1a_appendixII.bit
│ │ ├── tstseq1a_appendixII.out
│ │ ├── tstseq1.bin
│ │ ├── tstseq2a_appendixII.bit
│ │ ├── tstseq2a_appendixII.out
│ │ ├── tstseq2.bin
│ │ ├── tstseq3a_appendixII.bit
│ │ ├── tstseq3a_appendixII.out
│ │ ├── tstseq3.bin
│ │ ├── tstseq4a_appendixII.bit
│ │ ├── tstseq4a_appendixII.out
│ │ ├── tstseq4.bin
│ │ ├── tstseq5a.out
│ │ ├── tstseq5.bit
│ │ ├── tstseq6a.out
│ │ ├── tstseq6.bit
│ │ ├── tstseq7a_appendixII.bit
│ │ ├── tstseq7a_appendixII.out
│ │ ├── tstseq7a.bit
│ │ ├── tstseq7a.out
│ │ └── tstseq7.bin
│ ├── g729AppIII
│ │ ├── c_code
│ │ │ ├── dtx.c
│ │ │ ├── readme.txt
│ │ │ └── vad.c
│ │ └── test_vectors
│ │ ├── readmeabTV.txt
│ │ ├── readmebTV.txt
│ │ ├── test_g729ab
│ │ ├── test_g729b
│ │ ├── tstseq1a.bit_III
│ │ ├── tstseq1a.out_III
│ │ ├── tstseq1.bin
│ │ ├── tstseq1.bit_III
│ │ ├── tstseq1.out_III
│ │ ├── tstseq2a.bit_III
│ │ ├── tstseq2a.out_III
│ │ ├── tstseq2.bin
│ │ ├── tstseq2.bit_III
│ │ ├── tstseq2.out_III
│ │ ├── tstseq3a.bit_III
│ │ ├── tstseq3a.out_III
│ │ ├── tstseq3.bin
│ │ ├── tstseq3.bit_III
│ │ ├── tstseq3.out_III
│ │ ├── tstseq4a.bit_III
│ │ ├── tstseq4a.out_III
│ │ ├── tstseq4.bin
│ │ ├── tstseq4.bit_III
│ │ ├── tstseq4.out_III
│ │ ├── tstseq5a.out
│ │ ├── tstseq5.bit
│ │ ├── tstseq5.out
│ │ ├── tstseq6a.out
│ │ ├── tstseq6.bit
│ │ └── tstseq6.out
│ └── g729AppIV
│ ├── acelp_co.c
│ ├── basop32.c
│ ├── basop32.h
│ ├── bits.c
│ ├── calcexc.c
│ ├── coder.c
│ ├── coder.mak
│ ├── cod_ld8k.c
│ ├── constdef_fx.h
│ ├── control.c
│ ├── control.h
│ ├── count.c
│ ├── count.h
│ ├── de_acelp.c
│ ├── dec_gain.c
│ ├── dec_lag3.c
│ ├── dec_ld8k.c
│ ├── decoder.c
│ ├── decoder.mak
│ ├── dec_sid.c
│ ├── dspfunc.c
│ ├── dtx.c
│ ├── dtx.h
│ ├── enh1632.c
│ ├── enh1632.h
│ ├── enh40.c
│ ├── enh40.h
│ ├── ereal_fft_fx.c
│ ├── ereal_fft_fx.h
│ ├── filter.c
│ ├── gainpred.c
│ ├── gsad_math_adv_fx.c
│ ├── gsad_math_adv_fx.h
│ ├── ld8k.h
│ ├── lpc.c
│ ├── lpcfunc.c
│ ├── lspdec.c
│ ├── lspgetq.c
│ ├── move.h
│ ├── octet.h
│ ├── oper_32b.c
│ ├── oper_32b.h
│ ├── parameters_fx.c
│ ├── parameters_fx.h
│ ├── patch.h
│ ├── pitch.c
│ ├── post_pro.c
│ ├── p_parity.c
│ ├── pred_lt3.c
│ ├── pre_proc.c
│ ├── preproc_fx.c
│ ├── preproc_fx.h
│ ├── pst.c
│ ├── pwf.c
│ ├── qsidgain.c
│ ├── qsidlsf.c
│ ├── qua_gain.c
│ ├── qua_lsp.c
│ ├── readme.txt
│ ├── rom_fx.c
│ ├── rom_fx.h
│ ├── sid.h
│ ├── stl.h
│ ├── tab_dtx.c
│ ├── tab_dtx.h
│ ├── tab_ld8k.c
│ ├── tab_ld8k.h
│ ├── taming.c
│ ├── typedef.h
│ ├── typedefs.h
│ ├── util.c
│ ├── vad_fx.c
│ └── vad_fx.h
└── readme_G729Release3.doc
41 directories, 904 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论