mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-18 20:14:42 -04:00
BasebandProcessor interface change to pass references, not copies.
This commit is contained in:
parent
4d52f73f6a
commit
3bed016128
17 changed files with 30 additions and 30 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
void NarrowbandAMAudio::execute(buffer_c8_t buffer) {
|
||||
void NarrowbandAMAudio::execute(buffer_c8_t& buffer) {
|
||||
auto decimator_out = decimator.execute(buffer);
|
||||
|
||||
const buffer_c16_t work_baseband_buffer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue