0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-01-26 12:44:18 +01:00
parent 38396078a9
commit d2663bdb9f
2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"port": 13452,
"time": 1737886041050,
"time": 1737891766403,
"version": "0.0.3"
}

View File

@@ -2,8 +2,6 @@
#include <stdlib.h>
#include <getopt.h>
#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