waver : display detected Rx in spectrogram

This commit is contained in:
Georgi Gerganov
2021-02-28 09:33:32 +02:00
parent 4c3b249bf5
commit a0f5e9e3da
3 changed files with 40 additions and 3 deletions

View File

@@ -229,6 +229,8 @@ public:
static constexpr auto kDefaultSamplesPerFrame = 1024;
static constexpr auto kDefaultVolume = 10;
static constexpr auto kDefaultSoundMarkerThreshold = 3.0f;
static constexpr auto kDefaultMarkerFrames = 16;
static constexpr auto kDefaultEncodedDataOffset = 3;
static constexpr auto kMaxSamplesPerFrame = 2048;
static constexpr auto kMaxDataBits = 256;
static constexpr auto kMaxDataSize = 256;