mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
bruh
This commit is contained in:
parent
e50ed1b960
commit
e44d20bdbc
@ -77,12 +77,16 @@ namespace audio {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (astr->type == STREAM_TYPE_MONO) {
|
if (astr->type == STREAM_TYPE_MONO) {
|
||||||
|
spdlog::warn("=> Stopping monoDynSplit");
|
||||||
astr->monoDynSplit->stop();
|
astr->monoDynSplit->stop();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
spdlog::warn("=> Stopping stereoDynSplit");
|
||||||
astr->stereoDynSplit->stop();
|
astr->stereoDynSplit->stop();
|
||||||
}
|
}
|
||||||
|
spdlog::warn("=> Stopping audio");
|
||||||
astr->audio->stop();
|
astr->audio->stop();
|
||||||
|
spdlog::warn("=> Done");
|
||||||
astr->running = false;
|
astr->running = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user