mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
Full module system
This commit is contained in:
6
src/audio.h
Normal file
6
src/audio.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <dsp/stream.h>
|
||||
|
||||
namespace audio {
|
||||
void registerStream(dsp::stream<float>* stream, std::string name, std::string vfoName);
|
||||
};
|
||||
Reference in New Issue
Block a user