www.pudn.com > ETSI_ES_202_212_software.rar > WaveProcExports.h
/*=============================================================================== * ETSI ES 202 212 Distributed Speech Recognition * Extended Advanced Front-End Feature Extraction Algorithm & Compression Algorithm * Speech Reconstruction Algorithm. * C-language software implementation * Version 1.1.1 October, 2003 *===============================================================================*/ /*------------------------------------------------------------------------------- * * FILE NAME: WaveProcExports.h * PURPOSE: Apply SNR-dependent Waveform Processing on the de-noised frame. * *-------------------------------------------------------------------------------*/ #ifndef _WAVEPROCEXPORTS_H #define _WAVEPROCEXPORTS_H extern WaveProcStructX *DoWaveProcAlloc (void); extern void DoWaveProcInit (FEParamsX *This); extern BOOLEAN DoWaveProc (X_FLOAT32 *Data, FEParamsX *This); extern void DoWaveProcDelete (WaveProcStructX *WPX); #endif