Improved Audio Beep Test (#2026)

This commit is contained in:
Mark Thompson
2024-03-23 02:21:35 -05:00
committed by GitHub
parent ba4290cf0d
commit 28a5fc5915
10 changed files with 43 additions and 21 deletions

View File

@@ -103,7 +103,7 @@
#define RSSI_CEILING 1000
#define PROPORTIONAL_BEEP_THRES 0.8
#define RSSI_PITCH_WEIGHT (float(BEEP_MAX_FREQ - BEEP_BASE_FREQ) / RSSI_CEILING)
#define AUDIO_SAMPLE_RATE 24000
#define DEFAULT_AUDIO_SAMPLE_RATE 24000
class SondeProcessor : public BasebandProcessor {
public: