Noaa apt decoder (#2648)

This commit is contained in:
Totoo 2025-05-11 20:24:52 +02:00 committed by GitHub
parent 7553dafffc
commit db65ae192a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 792 additions and 0 deletions

View file

@ -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);