mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-27 07:06:28 -05:00
Noaa apt decoder (#2648)
This commit is contained in:
parent
7553dafffc
commit
db65ae192a
16 changed files with 792 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue