代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/245153/12814085
ncb adpcm.ncb
www.eeworm.com/read/245153/12814087
plg adpcm.plg
Build Log
--------------------Configuration: adpcm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/245153/12814091
pdb adpcm.pdb
www.eeworm.com/read/245153/12814093
ilk adpcm.ilk
www.eeworm.com/read/245153/12814098
pch adpcm.pch
www.eeworm.com/read/245153/12814099
exe adpcm.exe
www.eeworm.com/read/245153/12814103
dsp adpcm.dsp
# Microsoft Developer Studio Project File - Name="adpcm" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/143536/12866437
h adpcm.h
struct adpcm_status {
short last;
short step_index;
};
void adpcm_init(struct adpcm_status *);
char adpcm_encode( short, struct adpcm_status *);
short adpcm_decode( char, struct adpcm_status
www.eeworm.com/read/143536/12866443
c adpcm.c
/* File: adpcm.c
Description: Routines to convert 12 bit linear samples to the
Dialogic or Oki ADPCM coding format.
I copied the algorithms out of the book "PC Telephony - The
www.eeworm.com/read/244097/12888779
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001-2003 The ffmpeg Project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Li