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

increase buffer

This commit is contained in:
2026-02-15 13:04:54 +01:00
parent 63976e4a98
commit 6ff653f5d4

View File

@@ -5,8 +5,8 @@
#define DEFAULT_INI_PATH "/etc/fm95.conf"
#define buffer_maxlength 24576
#define buffer_tlength_fragsize 24576
#define buffer_maxlength 73728
#define buffer_tlength_fragsize 73728
#include "../dsp/oscillator.h"
#include "../filter/iir.h"