Reduce the buffer size back to what 2.x has. Increase was leftover
from debugging.
This commit is contained in:
parent
22b7cd3d51
commit
04f75b8903
@ -50,7 +50,7 @@
|
|||||||
#include "tick.h"
|
#include "tick.h"
|
||||||
|
|
||||||
#define OVERSAMPLING 64
|
#define OVERSAMPLING 64
|
||||||
#define SAMPLES_PER_BUFFER 64
|
#define SAMPLES_PER_BUFFER 32
|
||||||
|
|
||||||
// MEMS microphones must be clocked at at least 1MHz.
|
// MEMS microphones must be clocked at at least 1MHz.
|
||||||
#define MIN_MIC_CLOCK 1000000
|
#define MIN_MIC_CLOCK 1000000
|
||||||
|
Loading…
Reference in New Issue
Block a user