This commit is contained in:
Ryzerth 2020-08-16 19:07:17 +02:00
parent 11913ab683
commit f08515420e

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");