Push before merge

This commit is contained in:
Ryzerth
2020-10-22 02:33:50 +02:00
parent fbd7321b48
commit 087380c966
7 changed files with 24 additions and 10 deletions

View File

@@ -46,11 +46,12 @@ public:
dsp::FMDeemphasis deemp;
dsp::Squelch squelch;
VFOManager::VFO* vfo;
private:
static int sampleRateChangeHandler(void* ctx, double sampleRate);
VFOManager::VFO* vfo;
dsp::stream<dsp::complex_t> input;