CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 Audio

文件名称:bcg729

介绍说明--下载内容来自于网络,使用问题请自行百度

G729 标准,20ms 采样数据,最大支持50通道独立编、解码。内部附G729 C++封装类和测试代码。-G729 standard, 20ms sampling data, the maximum support 50 channel independent editing, decoding. Internal with G729 C++ wrapper class and test code.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

bcg729/.gitignore
bcg729/0_0.g729
bcg729/Android.mk
bcg729/AUTHORS
bcg729/autogen.sh
bcg729/bcg729.cpp
bcg729/bcg729.h
bcg729/bcg729.spec.in
bcg729/bcg729.vcproj
bcg729/bcg729.vcproj.lenovo-PC.lenovo.user
bcg729/Bcg729Config.cmake
bcg729/build/windows10/libmsbcg729/libmsbcg729.sln
bcg729/build/windows10/libmsbcg729/libmsbcg729.vcxproj
bcg729/build/wp8/bcg729/bcg729.sln
bcg729/build/wp8/bcg729/bcg729.vcxproj
bcg729/ChangeLog
bcg729/CMakeLists.txt
bcg729/config.h.cmake
bcg729/configure.ac
bcg729/COPYING
bcg729/Debug/adaptativeCodebookSearch.obj
bcg729/Debug/bcg729.exe.embed.manifest
bcg729/Debug/bcg729.exe.embed.manifest.res
bcg729/Debug/bcg729.exe.intermediate.manifest
bcg729/Debug/bcg729.obj
bcg729/Debug/BuildLog.htm
bcg729/Debug/cng.obj
bcg729/Debug/codebooks.obj
bcg729/Debug/computeAdaptativeCodebookGain.obj
bcg729/Debug/computeLP.obj
bcg729/Debug/computeWeightedSpeech.obj
bcg729/Debug/decodeAdaptativeCodeVector.obj
bcg729/Debug/decodeFixedCodeVector.obj
bcg729/Debug/decodeGains.obj
bcg729/Debug/decodeLSP.obj
bcg729/Debug/decoder.obj
bcg729/Debug/decoderMain.obj
bcg729/Debug/dtx.obj
bcg729/Debug/encoder.obj
bcg729/Debug/encoderMain.obj
bcg729/Debug/findOpenLoopPitchDelay.obj
bcg729/Debug/fixedCodebookSearch.obj
bcg729/Debug/gainQuantization.obj
bcg729/Debug/interpolateqLSP.obj
bcg729/Debug/LP2LSPConversion.obj
bcg729/Debug/LPSynthesisFilter.obj
bcg729/Debug/LSPQuantization.obj
bcg729/Debug/mt.dep
bcg729/Debug/postFilter.obj
bcg729/Debug/postProcessing.obj
bcg729/Debug/preProcessing.obj
bcg729/Debug/qLSP2LP.obj
bcg729/Debug/utils.obj
bcg729/Debug/vad.obj
bcg729/Debug/vc80.idb
bcg729/Debug/vc80.pdb
bcg729/decoderMain - 副本.cpp
bcg729/decoderMain.cpp
bcg729/encoderMain.cpp
bcg729/include/bcg729/decoder.h
bcg729/include/bcg729/encoder.h
bcg729/include/bcg729/Makefile.am
bcg729/include/Makefile.am
bcg729/include/MSVC/stdint.h
bcg729/Makefile.am
bcg729/msbcg729/Android.mk
bcg729/msbcg729/bcg729_dec.c
bcg729/msbcg729/bcg729_enc.c
bcg729/msbcg729/CMakeLists.txt
bcg729/msbcg729/Makefile.am
bcg729/NEWS
bcg729/README
bcg729/src/adaptativeCodebookSearch.c
bcg729/src/adaptativeCodebookSearch.h
bcg729/src/basicOperationsMacros.h
bcg729/src/CMakeLists.txt
bcg729/src/cng.c
bcg729/src/cng.h
bcg729/src/codebooks.c
bcg729/src/codebooks.h
bcg729/src/codecParameters.h
bcg729/src/computeAdaptativeCodebookGain.c
bcg729/src/computeAdaptativeCodebookGain.h
bcg729/src/computeLP.c
bcg729/src/computeLP.h
bcg729/src/computeWeightedSpeech.c
bcg729/src/computeWeightedSpeech.h
bcg729/src/decodeAdaptativeCodeVector.c
bcg729/src/decodeAdaptativeCodeVector.h
bcg729/src/decodeFixedCodeVector.c
bcg729/src/decodeFixedCodeVector.h
bcg729/src/decodeGains.c
bcg729/src/decodeGains.h
bcg729/src/decodeLSP.c
bcg729/src/decodeLSP.h
bcg729/src/decoder.c
bcg729/src/dtx.c
bcg729/src/dtx.h
bcg729/src/encoder.c
bcg729/src/findOpenLoopPitchDelay.c
bcg729/src/findOpenLoopPitchDelay.h
bcg729/src/fixedCodebookSearch.c
bcg729/src/fixedCodebookSearch.h
bcg729/src/fixedPointMacros.h
bcg729/src/floatingPointMacros.h
bcg729/src/g729FixedPointMath.h
bcg729/src/gainQuantization.c
bcg729/src/gainQuantization.h
bcg729/src/interpolateqLSP.c
bcg729/src/interpolateqLSP.h
bcg729/src/LP2LSPConversion.c
bcg729/src/LP2LSPConversion.h
bcg729/src/LPSynthesisFilter.c
bcg729/src/LPSynthesisFilter.h
bcg729/src/LSPQuantization.c
bcg729/src/LSPQuantization.h
bcg729/src/Makefile.am
bcg729/src/postFilter.c
bcg729/src/postFilter.h
bcg729/src/postProcessing.c
bcg729/src/postProcessing.h
bcg729/src/preProcessing.c
bcg729/src/preProcessing.h
bcg729/src/qLSP2LP.c
bcg729/src/qLSP2LP.h
bcg729/src/typedef.h
bcg729/src/utils.c
bcg729/src/utils.h
bcg729/src/vad.c
bcg729/src/vad.h
bcg729/test/bin/.gitignore
bcg729/test/bin/Makefile.am
bcg729/test/Makefile.am
bcg729/test/src/adaptativeCodebookSearchTest.c
bcg729/test/src/CNGdecoderTest.c
bcg729/test/src/CNGRFC3389decoderTest.c
bcg729/test/src/computeAdaptativeCodebookGainTest.c
bcg729/test/src/computeLPTest.c
bcg729/test/src/computeNoiseExcitationTest.c
bcg729/test/src/computeWeightedSpeechTest.c
bcg729/test/src/decodeAdaptativeCodeVectorTest.c
bcg729/test/src/decodeFixedCodeVectorTest.c
bcg729/test/src/decodeGainsTest.c
bcg729/test/src/decodeLSPTest.c
bcg729/test/src/decoderMultiChannelTest.c
bcg729/test/src/decoderTest.c
bcg729/test/src/encoderMultiChannelTest.c
bcg729/test/src/encoderTest.c
bcg729/test/src/encoderVADTest.c
bcg729/test/src/findOpenLoopPitchDelayTest.c
bcg729/test/src/fixedCodebookSearchTest.c
bcg729/test/src/g729FixedPointMathTest.c
bcg729/test/src/gainQuantizationTest.c
bcg729/test/src/interpolateqLSPAndConvert2LPTest.c
bcg729/test/src/LP2LSPConversionTest.c
bcg729/test/src/LPSynthesisFilterTest.c
bcg729/test/src/LSPQuantizationTest.c
bcg729/test/src/postFilterTest.c
bcg729/test/src/postProcessingTest.c
bcg729/test/src/preProcessingTest.c
bcg729/test/src/testUtils.c
bcg729/test/src/testUtils.h
bcg729/test/src/VADTest.c
bcg729/test/testCampaign
bcg729/test/testCampaignAll
bcg729/testUtils.c
bcg729/testUtils.h
bcg729/build/windows10/libmsbcg729
bcg729/build/wp8/bcg729
bcg729/build/windows10
bcg729/build/wp8
bcg729/include/bcg729
bcg729/include/MS

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com