examples : add "simple-rx" example + minor clean-up

This commit is contained in:
Georgi Gerganov
2020-12-19 11:26:36 +02:00
parent 9edc4d8239
commit 174b6872e8
9 changed files with 64 additions and 22 deletions

View File

@@ -6,6 +6,7 @@
class GGWave {
public:
static constexpr auto kBaseSampleRate = 48000.0;
static constexpr auto kMaxSamplesPerFrame = 1024;
static constexpr auto kMaxDataBits = 256;
static constexpr auto kMaxDataSize = 256;