mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-27 01:54:44 +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);
|
gain = std::clamp<int>(gain, -1.0f, 73.0f);
|
||||||
}
|
}
|
||||||
config.release();
|
config.release();
|
||||||
|
|
||||||
|
// Update core samplerate
|
||||||
|
core::setInputSampleRate(samplerate);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void menuSelected(void* ctx) {
|
static void menuSelected(void* ctx) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user