mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-22 22:15:33 -04:00
Transform update spectrum event into message.
This commit is contained in:
parent
c9f9d97d07
commit
39ca6fec62
10 changed files with 33 additions and 13 deletions
|
@ -41,8 +41,8 @@ public:
|
|||
NarrowbandAMAudio();
|
||||
|
||||
void execute(const buffer_c8_t& buffer) override;
|
||||
|
||||
void on_update_spectrum() override { channel_spectrum.update(); }
|
||||
|
||||
void on_message(const Message* const message) override;
|
||||
|
||||
private:
|
||||
dsp::decimate::FIRC8xR16x24FS4Decim8 decim_0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue