wip : proper recording length

This commit is contained in:
Georgi Gerganov
2020-12-05 10:03:48 +02:00
parent 1fcbdfbe99
commit 09d0e41df4
2 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ public:
static constexpr auto kMaxDataSize = 256;
static constexpr auto kMaxLength = 140;
static constexpr auto kMaxSpectrumHistory = 4;
static constexpr auto kMaxRecordedFrames = 64*10;
static constexpr auto kMaxRecordedFrames = 1024;
static constexpr auto kDefaultFixedLength = 82;
struct TxProtocol {