mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-20 04:54:46 -04:00
Capture mode channel stats
This commit is contained in:
parent
10b28429e4
commit
60a0d5c469
1 changed files with 2 additions and 0 deletions
|
@ -42,4 +42,6 @@ void CaptureProcessor::execute(const buffer_c8_t& buffer) {
|
|||
const size_t bytes_to_write = sizeof(*decimator_out.p) * decimator_out.count;
|
||||
const auto result = stream->write(decimator_out.p, bytes_to_write);
|
||||
}
|
||||
|
||||
feed_channel_stats(decimator_out);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue