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