mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-03 23:48:05 +02:00
more work
This commit is contained in:
@ -446,6 +446,9 @@ private:
|
||||
afChain.disableAllBlocks([=](dsp::stream<dsp::stereo_t>* out){ stream->setInput(out); });
|
||||
}
|
||||
|
||||
// Update audo samplerate
|
||||
stream->setSamplerate(selectedDemod->getAFSampleRate());
|
||||
|
||||
// Start the IF chain
|
||||
ifChain.start();
|
||||
|
||||
|
Reference in New Issue
Block a user