mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
fix plutosdr source not updating samplerate on select
This commit is contained in:
parent
1cd8c2510a
commit
6b5de78e80
@ -193,6 +193,9 @@ private:
|
||||
gain = std::clamp<int>(gain, -1.0f, 73.0f);
|
||||
}
|
||||
config.release();
|
||||
|
||||
// Update core samplerate
|
||||
core::setInputSampleRate(samplerate);
|
||||
}
|
||||
|
||||
static void menuSelected(void* ctx) {
|
||||
|
Loading…
Reference in New Issue
Block a user