little optimizations

This commit is contained in:
2025-08-06 19:14:49 +02:00
parent 6b46716860
commit 3ff2ea3a3d
3 changed files with 36 additions and 32 deletions
+2 -2
View File
@@ -14,11 +14,11 @@
#include "../dsp/oscillator.h"
#define DEFAULT_FREQ 1000.0f
#define DEFAULT_SAMPLE_RATE 4000
#define DEFAULT_SAMPLE_RATE 8000
#define OUTPUT_DEVICE "FM_MPX"
#define BUFFER_SIZE 256
#define BUFFER_SIZE 512
#include "../io/audio.h"