SDRPlusPlus/src/audio.h

6 wiersze
150 B
C++

#pragma once
#include <dsp/stream.h>
namespace audio {
void registerStream(dsp::stream<float>* stream, std::string name, std::string vfoName);
};