mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-04-13 09:18:04 +08:00
sync up with github
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user