0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

change lpf

This commit is contained in:
2025-03-08 19:41:22 +01:00
parent b1c9e28844
commit 5de87c15a3
4 changed files with 42 additions and 83 deletions

View File

@@ -42,7 +42,7 @@
#define MPX_VOLUME 1.0f // Passtrough
#define MPX_CLIPPER_THRESHOLD 1.0f
#define LPF_CUTOFF 10000 // Should't need to be changed
#define LPF_CUTOFF 15000 // Should't need to be changed
volatile sig_atomic_t to_run = 1;