Reduce the buffer size back to what 2.x has. Increase was leftover

from debugging.
This commit is contained in:
Scott Shawcroft 2018-05-02 15:21:43 -07:00
parent 22b7cd3d51
commit 04f75b8903

View File

@ -50,7 +50,7 @@
#include "tick.h"
#define OVERSAMPLING 64
#define SAMPLES_PER_BUFFER 64
#define SAMPLES_PER_BUFFER 32
// MEMS microphones must be clocked at at least 1MHz.
#define MIN_MIC_CLOCK 1000000