sync up with github

This commit is contained in:
idea4good
2018-08-10 17:17:37 +08:00
parent 3987108195
commit a7a75dcd09
3 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _XT_GUI_WAVE_H_
#define _XT_GUI_WAVE_H_
#ifndef _WAVE_BUFFER_H_
#define _WAVE_BUFFER_H_
#define WAVE_BUFFER_LEN 64
#define WAVE_BUFFER_LEN 1024
#define WAVE_FRAME_LEN 8
#define BUFFER_EMPTY -1111
#define BUFFER_FULL -2222;

View File

@@ -9,10 +9,10 @@ typedef enum
typedef enum
{
GAIN_025,
GAIN_050,
GAIN_100,
GAIN_200
ZOOM_025,
ZOOM_050,
ZOOM_100,
ZOOM_200
}E_WAVE_GAIN;
class c_wave_buffer;