www.pudn.com > VoiceActivityDetection.rar > typedef.h
/* *=================================================================== * 3GPP AMR Wideband Floating-point Speech Codec *=================================================================== */ #ifndef typedef_h #define typedef_h /* change these typedef declarations to correspond with your platform */ typedef char Word8; typedef unsigned char UWord8; typedef short Word16; typedef unsigned short UWord16; typedef long Word32; typedef double Float64; typedef float Float32; #endif