mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 04:17:50 +02:00
Fixed CW demod + fixed bug in sinks
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user