mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
Ring buffer implementation
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.
This commit is contained in:
4
main/embedded.h
Normal file
4
main/embedded.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#if defined(ESP_PLATFORM)
|
||||
#include "sdkconfig.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user