代码搜索:ADPCM

找到约 771 项符合「ADPCM」的源代码

代码结果 771
www.eeworm.com/read/410553/11278265

cpp adpcm.cpp

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/410553/11278274

h adpcm.h

struct adpcm_state { int valprev; // 前一次转换时的数据 int index; // 前一此转换时使用的索引 int Length; // 转换数据长度 int* pBufferIn; // 输入缓冲区地址 int* pBufferOut; // 输出缓冲区地址 }state;
www.eeworm.com/read/344931/11851949

h adpcm.h

/* ** adpcm.h - include file for adpcm coder. ** ** Version 1.0, 7-Jul-92. */ #ifndef ADPCM_H #define ADPCM_H #ifdef __cplusplus extern "C" { #endif struct adpcm_state { short val
www.eeworm.com/read/344931/11851954

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/344931/11851956

dsp adpcm.dsp

# Microsoft Developer Studio Project File - Name="adpcm" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 5.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Sta
www.eeworm.com/read/155094/11898986

c adpcm.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permissio
www.eeworm.com/read/341823/12061183

bat adpcm.bat

jcode %1.wav %1.adp adp2inc %1.adp %1.inc del %1.adp
www.eeworm.com/read/253434/12221492

plo adpcm.plo

adpcm.lo adpcm.o: adpcm.cc swf.h /usr/include/stdio.h \ /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/gnu/stubs.h \ /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stddef.h \
www.eeworm.com/read/253434/12221555

p adpcm.p

adpcm.lo adpcm.o : adpcm.cc swf.h /usr/include/stdio.h /usr/include/features.h \ /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \ /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/stddef.h \ /
www.eeworm.com/read/253434/12221605

cc adpcm.cc

#include "swf.h" #ifdef RCSID static char *rcsid = "$Id: adpcm.cc,v 1.1 1998/08/31 21:52:39 olivier Exp $"; #endif // This file has been rearranged from the code posted // on news:forums.macromedia