代码搜索:ADPCM
找到约 771 项符合「ADPCM」的源代码
代码结果 771
www.eeworm.com/read/136821/5851424
cc adpcm.cc
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1 2001/10/30 05:59:18 jryland Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macromedia
www.eeworm.com/read/136821/5851439
h adpcm.h
#ifndef _ADPCM_H_
#define _ADPCM_H_
class Adpcm {
// Destination format - note we always decompress to 16 bit
long stereo;
int nBits; // number of bits in each sample
long valpred[2]; //
www.eeworm.com/read/136821/5851773
c adpcm.c
/*
* ADPCM codecs
* Copyright (c) 2001 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License a
www.eeworm.com/read/135582/5884737
cc adpcm.cc
#include "swf.h"
#ifdef RCSID
static char *rcsid = "$Id: adpcm.cc,v 1.1 2003/09/08 19:41:58 jasonk Exp $";
#endif
// This file has been rearranged from the code posted
// on news:forums.macromedia.
www.eeworm.com/read/135582/5884749
h adpcm.h
#ifndef _ADPCM_H_
#define _ADPCM_H_
class Adpcm {
// Destination format - note we always decompress to 16 bit
long stereo;
int nBits; // number of bits in each sample
long valpred[2]; //
www.eeworm.com/read/130382/5957952
h adpcm.h
/*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: ADPCM.h,v 1.3 1999/03/10 02:31:34 hell
www.eeworm.com/read/130382/5957995
cpp adpcm.cpp
/*____________________________________________________________________________
Copyright (C) 1996-1999 Network Associates, Inc.
All rights reserved.
$Id: ADPCM.cpp,v 1.3 1999/03/10 02:31:33 he
www.eeworm.com/read/115011/6120788
h adpcm.h
#ifndef ADPCM_H
#define ADPCM_H
#define MAX_ADPCM 8
/* a generic ADPCM interface, for unknown chips */
struct ADPCMinterface
{
int num; /* total number of ADPCM decoders in the machine *
www.eeworm.com/read/115011/6120792
c adpcm.c
/**********************************************************************************************
*
* streaming ADPCM driver
* by Aaron Giles
*
* Library to transcode from an ADPCM source to
www.eeworm.com/read/245159/6341347
c adpcm.c
/*
* encode.c
*
* Usage : encode infile outfile1 outfile2
*/
#include
#include
#include
#include
/* External function definitions. */
extern vo