From d2663bdb9fdd449b6608fef297dff1e5d355b797 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 26 Jan 2025 12:44:18 +0100 Subject: [PATCH] clean up --- .vscode/.server-controller-port.log | 2 +- src/fm95.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.vscode/.server-controller-port.log b/.vscode/.server-controller-port.log index eb02d3c..44cfd71 100644 --- a/.vscode/.server-controller-port.log +++ b/.vscode/.server-controller-port.log @@ -1,5 +1,5 @@ { "port": 13452, - "time": 1737886041050, + "time": 1737891766403, "version": "0.0.3" } \ No newline at end of file diff --git a/src/fm95.c b/src/fm95.c index 08296c2..cfe7d3d 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -2,8 +2,6 @@ #include #include -#define PREEMPHASIS - #define buffer_maxlength 12288 #define buffer_tlength_fragsize 8192 #define buffer_prebuf 16 @@ -15,8 +13,8 @@ #define DEFAULT_ALSA_OUTPUT 0 #define DEFAULT_SCA_FREQUENCY 67000.0f #define DEFAULT_SCA_DEVIATION 7000.0f -#define DEFAULT_SCA_CLIPPER_THRESHOLD 1.0f -#define DEFAULT_PREEMPHASIS_TAU 50e-6 +#define DEFAULT_SCA_CLIPPER_THRESHOLD 1.0f // Full deviation +#define DEFAULT_PREEMPHASIS_TAU 50e-6 // Europe //#define USB