|
|
@ -28,7 +28,7 @@ |
|
|
|
#include <Arduino.h> |
|
|
|
#include <Arduino.h> |
|
|
|
#include <Audio.h> |
|
|
|
#include <Audio.h> |
|
|
|
|
|
|
|
|
|
|
|
#define EQ_TYPE_0 FILTER_PARAEQ |
|
|
|
#define EQ_TYPE_0 FILTER_HIPASS |
|
|
|
#define EQ_CENTER_FRQ_0 50.0 |
|
|
|
#define EQ_CENTER_FRQ_0 50.0 |
|
|
|
#define EQ_Q_0 0.5 |
|
|
|
#define EQ_Q_0 0.5 |
|
|
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ |
|
|
|
#define EQ_CENTER_FRQ_5 7000.0 |
|
|
|
#define EQ_CENTER_FRQ_5 7000.0 |
|
|
|
#define EQ_Q_5 0.5 |
|
|
|
#define EQ_Q_5 0.5 |
|
|
|
|
|
|
|
|
|
|
|
#define EQ_TYPE_6 FILTER_PARAEQ |
|
|
|
#define EQ_TYPE_6 FILTER_LOPASS |
|
|
|
#define EQ_CENTER_FRQ_6 10000.0 |
|
|
|
#define EQ_CENTER_FRQ_6 10000.0 |
|
|
|
#define EQ_Q_6 0.5 |
|
|
|
#define EQ_Q_6 0.5 |
|
|
|
|
|
|
|
|
|
|
|