6#define AudioOutput AudioOutputMozzi
80 int samples = len /
sizeof(
int16_t);
84 for (
int j = 0;
j < frames;
j++) {
113 int sample =
avg(result);
144 LOGD(
"updateControl");
151 if (result > 32767) result = 32767;
152 if (result < -32768) result = -32768;
#define LOGD(...)
Definition AudioLoggerIDF.h:27
#define LOGE(...)
Definition AudioLoggerIDF.h:30
AudioOutputMozzi updateAudio()