Kawe Mazidjatari b3a68ed095 Add EABase, EAThread and DirtySDK to R5sdk
DirtySDK (EA's Dirty Sockets library) will be used for the LiveAPI implementation, and depends on: EABase, EAThread.
2024-04-05 18:29:03 +02:00

43 lines
1.2 KiB
C

/*H********************************************************************************/
/*!
\File voippcm.h
\Description
Table based 16:3 ADPCM compression originally based off EAC SIMEX code,
modified by Greg Schaefer.
\Copyright
Copyright (c) Electronic Arts 2004. ALL RIGHTS RESERVED.
\Version 1.0 08/04/2004 (jbrookes) First version
*/
/********************************************************************************H*/
#ifndef _voippcm_h
#define _voippcm_h
/*** Include files ****************************************************************/
#include "DirtySDK/voip/voipcodec.h"
/*** Defines **********************************************************************/
/*** Macros ***********************************************************************/
/*** Type Definitions *************************************************************/
/*** Variables ********************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
extern const VoipCodecDefT VoipPCM_CodecDef;
#ifdef __cplusplus
};
#endif
/*** Functions ********************************************************************/
#endif // _voippcm_h