mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-12 20:15:37 +02: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