mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-01 18:56:52 +08:00
examples : add "simple-rx" example + minor clean-up
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user