mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-19 23:17:58 -04:00
whoops.. :)
This commit is contained in:
parent
3eb3ef4a74
commit
c503bb93da
@ -63,6 +63,12 @@ void DemodulatorWorkerThread::run() {
|
|||||||
} else {
|
} else {
|
||||||
cModemKit = nullptr;
|
cModemKit = nullptr;
|
||||||
}
|
}
|
||||||
|
} else if (filterChanged && filterCommand.bandwidth && filterCommand.audioSampleRate) {
|
||||||
|
if (cModem != nullptr) {
|
||||||
|
cModemKit = cModem->buildKit(filterCommand.bandwidth, filterCommand.audioSampleRate);
|
||||||
|
} else {
|
||||||
|
cModemKit = nullptr;
|
||||||
|
}
|
||||||
} else if (makeDemod) {
|
} else if (makeDemod) {
|
||||||
cModemKit = nullptr;
|
cModemKit = nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user