SmartAudio/package/allwinner/tina_multimedia/tplayer/auGaincom.h

24 lines
498 B
C
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef ___aumixcommon__
#define ___aumixcommon__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef struct ___AudioGain__{
//input para
int preamp;//-20 -- 20 db//max32db
int InputChan;
short *InputPtr;
int InputLen;//total byte
int OutputChan;//0 输出左 1: 输出右声道only 2输出左右声道 3: double left 4:double right
short *OutputPtr;
}AudioGain;
int tina_do_AudioGain(AudioGain *AGX);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif