mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
increase buffers
This commit is contained in:
+3
-3
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
#define DEFAULT_INI_PATH "/etc/fm95.conf"
|
#define DEFAULT_INI_PATH "/etc/fm95.conf"
|
||||||
|
|
||||||
#define buffer_maxlength 64512
|
#define buffer_maxlength 73728
|
||||||
#define buffer_tlength_fragsize 64512
|
#define buffer_tlength_fragsize 73728
|
||||||
|
|
||||||
#include "../dsp/oscillator.h"
|
#include "../dsp/oscillator.h"
|
||||||
#include "../filter/iir.h"
|
#include "../filter/iir.h"
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "../filter/bs412.h"
|
#include "../filter/bs412.h"
|
||||||
#include "../filter/gain_control.h"
|
#include "../filter/gain_control.h"
|
||||||
|
|
||||||
#define BUFFER_SIZE 7168 // This defines how many samples to process at a time, because the loop here is this: get signal -> process signal -> output signal, and when we get signal we actually get BUFFER_SIZE of them
|
#define BUFFER_SIZE 8192 // This defines how many samples to process at a time, because the loop here is this: get signal -> process signal -> output signal, and when we get signal we actually get BUFFER_SIZE of them
|
||||||
|
|
||||||
#include "../io/audio.h"
|
#include "../io/audio.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user