mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-29 13:50:48 +03:00
set default buffer sizes
This commit is contained in:
@@ -240,8 +240,13 @@
|
||||
#endif // !LINKALL
|
||||
|
||||
// config options
|
||||
#if !EMBEDDED
|
||||
#define STREAMBUF_SIZE (2 * 1024 * 1024)
|
||||
#define OUTPUTBUF_SIZE (44100 * 8 * 10)
|
||||
#else
|
||||
#define STREAMBUF_SIZE (480 * 1024)
|
||||
#define OUTPUTBUF_SIZE (1450 * 1024)
|
||||
#endif
|
||||
#define OUTPUTBUF_SIZE_CROSSFADE (OUTPUTBUF_SIZE * 12 / 10)
|
||||
|
||||
#define MAX_HEADER 4096 // do not reduce as icy-meta max is 4080
|
||||
|
||||
Reference in New Issue
Block a user