mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 17:49:31 +00:00
Noaa apt decoder (#2648)
This commit is contained in:
@@ -47,6 +47,7 @@ class AudioOutput {
|
||||
|
||||
void write_unprocessed(const buffer_s16_t& audio);
|
||||
void apt_write(const buffer_s16_t& audio);
|
||||
void apt_write(const buffer_s16_t& audio, std::array<float, 32>& audio_f);
|
||||
void write(const buffer_s16_t& audio);
|
||||
void write(const buffer_f32_t& audio);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user