代码搜索:G729
找到约 96 项符合「G729」的源代码
代码结果 96
www.eeworm.com/read/257324/11934112
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : G729编解码
========================================================================
www.eeworm.com/read/131470/14144150
txt readme.txt
/* G.729 with ANNEX E Version 1.1 Last modified: February 1998 */
TITLE
-----
Explanation letter for the G.729 annex E software package
( Fixed-point description of Recommendation G.729 w
www.eeworm.com/read/8910/154974
pdf 基于dsp实现g729语音编码算法.pdf
www.eeworm.com/read/167853/9949367
dsw g729a.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/130738/5950324
cxx g729codec.cxx
// G729Codec.cpp: implementation of the G729Codec class.
//
//////////////////////////////////////////////////////////////////////
#include "G729Codec.h"
#include "Winsock.h"
extern "C" {
#
www.eeworm.com/read/360651/10082995
txt 新建 文本文档.txt
<mark>G729</mark>编码和解码的Matlab源程序
调用方法:
1.需要编码时,在 Matlab命令行下输入"<mark>G729</mark>code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。
2.需要解码时,把"coding.bit"的文件复制到"<mark>G729</mark> decoder"的目录下,在M ...
www.eeworm.com/read/278132/10566349
asv g729encodermain.asv
% This programme is designed by Huang 20071028
% G729 coder's MAIN or TOP programme
function G729encoderMain
%clear all
%Fid=fopen('syn_speech.wav');
speech=wavread('syn%fread(Fid,'int16');
G729
www.eeworm.com/read/278132/10566382
m g729encodermain.m
% This programme is designed by Huang 20071028
% G729 coder's MAIN or TOP programme
function G729encoderMain
clear all ;% 防止Gloable变量声明时出现初始值
%Fid=fopen('syn_speech.wav');
speech=wavread('1second
www.eeworm.com/read/319025/13464232
h g729a_decoder.h
#ifndef _H_G729ADECODER
#define _H_G729ADECODER
void G729AInitDecoder();
int G729ADeCoder(Word16 *sample, char *buf, int *samplelen, int buflen);
#endif //_H_G729ADECODER
www.eeworm.com/read/130738/5950292
cxx pcm2g729atransformer.cxx
// PCM2G729ATransformer.cpp: implementation of the PCM2G729ATransformer class.
//
//////////////////////////////////////////////////////////////////////
#include
#include "PCM2G729ATra