This commit is contained in:
Ryzerth 2020-08-16 19:01:59 +02:00
parent 1cecc78c0c
commit 11913ab683

View File

@ -181,8 +181,8 @@ namespace io {
if (!running) {
return;
}
spdlog::warn("==> Pa_StopStream");
Pa_AbortStream(stream);
// spdlog::warn("==> Pa_StopStream");
// Pa_AbortStream(stream);
spdlog::warn("==> Pa_CloseStream");
Pa_CloseStream(stream);
spdlog::warn("==> Done");