mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 17:17:42 +00:00
Move baseband working buffers from member variables to stack.
It's temporary, after all...
This commit is contained in:
@@ -79,6 +79,7 @@ void NarrowbandFMAudio::set_mode(const Mode mode) {
|
||||
}
|
||||
|
||||
void NarrowbandFMAudio::execute(const buffer_c8_t& buffer) {
|
||||
std::array<complex16_t, 512> dst;
|
||||
const buffer_c16_t dst_buffer {
|
||||
dst.data(),
|
||||
dst.size()
|
||||
|
Reference in New Issue
Block a user