mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Move AudioOutput back to inside audio processor classes.
Was wasting precious RAM making it static. I lose 400 bytes of .text, not sure why, but I think the trade is worth it.
This commit is contained in:
parent
1d0de2240d
commit
58e6d26910
5 changed files with 9 additions and 4 deletions
|
@ -98,5 +98,3 @@ void AudioOutput::feed_audio_stats(const buffer_f32_t& audio) {
|
|||
}
|
||||
);
|
||||
}
|
||||
|
||||
AudioOutput audio_output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue