mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-03-01 06:07:20 +00:00
Enlarge capture buffers -- inter-core FIFO, SDC
This commit is contained in:
parent
743dc9f542
commit
5558ca60d7
@ -86,7 +86,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr size_t write_size = 4096;
|
static constexpr size_t write_size = 16384;
|
||||||
static constexpr eventmask_t EVT_FIFO_HIGHWATER = 1;
|
static constexpr eventmask_t EVT_FIFO_HIGHWATER = 1;
|
||||||
|
|
||||||
const std::string file_path;
|
const std::string file_path;
|
||||||
|
@ -54,7 +54,7 @@ private:
|
|||||||
IIRBiquadFilter deemph;
|
IIRBiquadFilter deemph;
|
||||||
FMSquelch squelch;
|
FMSquelch squelch;
|
||||||
|
|
||||||
StreamInput stream { 13 };
|
StreamInput stream { 14 };
|
||||||
|
|
||||||
AudioStatsCollector audio_stats;
|
AudioStatsCollector audio_stats;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user