代码搜索:ADPCM

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

代码结果 771
www.eeworm.com/read/465112/6966470

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/465112/6966472

2 adpcm.2

.TH ADPCM 2 "7 June 1992" .SH NAME adpcm - Adaptive delta compression for audio samples .B #include "adpcm.h" .br adpcm_coder(short inbuf[], char outbuf[], int nsample, .br struct adpcm_state
www.eeworm.com/read/465112/6966474

mak adpcm.mak

# Microsoft Visual C++ Generated NMAKE File, Format Version 2.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 !IF "$(CFG)" == "" CFG=Win32 Debug !MESSAGE No configuratio
www.eeworm.com/read/465112/6966476

h adpcm.h

/* ** adpcm.h - include file for adpcm coder. ** ** Version 1.0, 7-Jul-92. */ struct adpcm_state { short valprev; /* Previous output value */ char index; /* Index into stepsize table
www.eeworm.com/read/150170/7089570

c adpcm.c

#include "common.h" #include /* Intel ADPCM step variation table */ short indexTable[16] = { -1, -1, -1, -1, 2, 4, 6, 8, -1, -1, -1, -1, 2, 4, 6, 8, }; // const short
www.eeworm.com/read/150170/7089574

c adpcm.c

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

h adpcm.h

/* ** adpcm.h - include file for adpcm coder. ** ** Version 1.0, 7-Jul-92. */ struct adpcm_state { short valprev; /* Previous output value */ char index; /*
www.eeworm.com/read/150170/7089578

h adpcm.h

/* ** adpcm.h - include file for adpcm coder. ** ** Version 1.0, 7-Jul-92. */ struct adpcm_state { short valprev; /* Previous output value */ char index; /*
www.eeworm.com/read/459585/7273493

m adpcm.m

function st = dpcm(s, bitsize, lpclen) %[s,fs]=wavread('bye441'); %read .wav file %lpc and encoder-decoder parameters % lpclen=20; % bitsize=input('bitsize='); % fprintf('\nPlease wait... data l
www.eeworm.com/read/450639/7479426

vcproj adpcm.vcproj