mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
what the fuck
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
#include "../inih/ini.h"
|
#include "../inih/ini.h"
|
||||||
|
|
||||||
#define DEFAULT_CONFIG_PATH "/etc/chimer95.conf"
|
#define DEFAULT_CONFIG_PATH "/etc/chimer95.conf"
|
||||||
#define buffer_maxlength 1024
|
#define buffer_maxlength 2048
|
||||||
#define buffer_tlength_fragsize 1024
|
#define buffer_tlength_fragsize 2048
|
||||||
#define buffer_prebuf 0
|
#define buffer_prebuf 0
|
||||||
|
|
||||||
#include "../dsp/oscillator.h"
|
#include "../dsp/oscillator.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 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
|
#define BUFFER_SIZE 4096 // 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"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#define INPUT_DEVICE "SCA.monitor"
|
#define INPUT_DEVICE "SCA.monitor"
|
||||||
#define OUTPUT_DEVICE "FM_MPX"
|
#define OUTPUT_DEVICE "FM_MPX"
|
||||||
|
|
||||||
#define BUFFER_SIZE 3072
|
#define BUFFER_SIZE 2048
|
||||||
|
|
||||||
#include "../io/audio.h"
|
#include "../io/audio.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user