0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00

adjust buffer

This commit is contained in:
2025-03-08 22:09:05 +01:00
parent a23df8a119
commit e8a6da8448

View File

@@ -5,8 +5,8 @@
#include <signal.h>
#include <string.h>
#define buffer_maxlength 12288
#define buffer_tlength_fragsize 12288
#define buffer_maxlength 2048
#define buffer_tlength_fragsize 2048
#define buffer_prebuf 32
#include "../lib/constants.h"