forked from gronod/squeezelite-esp32
First stab at implementing a ring buffer. Now tuning should be done. The statistics report causes jitters and can be deactivated by lowering the output verbosity.
5 lines
69 B
C
5 lines
69 B
C
#pragma once
|
|
#if defined(ESP_PLATFORM)
|
|
#include "sdkconfig.h"
|
|
#endif
|