mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 20:24:13 -04:00
Move baseband working buffers from member variables to stack.
It's temporary, after all...
This commit is contained in:
parent
e7be7c5121
commit
fea5dd536f
11 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,6 @@ public:
|
|||
void on_update_spectrum() override { channel_spectrum.update(); }
|
||||
|
||||
private:
|
||||
std::array<complex16_t, 512> dst;
|
||||
dsp::decimate::FIRC8xR16x24FS4Decim8 decim_0;
|
||||
dsp::decimate::FIRC16xR16x32Decim8 decim_1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue