mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-05 11:19:12 +01:00
bruh
This commit is contained in:
@@ -181,8 +181,11 @@ namespace io {
|
||||
if (!running) {
|
||||
return;
|
||||
}
|
||||
spdlog::warn("==> Pa_StopStream");
|
||||
Pa_StopStream(stream);
|
||||
spdlog::warn("==> Pa_CloseStream");
|
||||
Pa_CloseStream(stream);
|
||||
spdlog::warn("==> Done");
|
||||
running = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user