More work on the source module system

This commit is contained in:
Ryzerth
2020-10-02 01:44:18 +02:00
parent 1507e6ec31
commit 47b04ffef4
8 changed files with 158 additions and 47 deletions

View File

@ -4,6 +4,8 @@
namespace core {
SDRPP_EXPORT ConfigManager configManager;
void setInputSampleRate(double samplerate);
};
int sdrpp_main();