Fixed CW demod + fixed bug in sinks

This commit is contained in:
Ryzerth
2021-02-18 02:47:19 +01:00
parent 4174554260
commit d0bea51cd4
4 changed files with 4 additions and 3 deletions

View File

@ -79,7 +79,7 @@ public:
void menuHandler() {}
static SinkManager::Sink* create(SinkManager::Stream* stream, std::string streamName, void* ctx) {
stream->srChange.emit(48000);
stream->setSampleRate(48000);
return new SinkManager::NullSink(stream);
}