This commit is contained in:
Ryzerth 2020-08-16 18:57:50 +02:00
parent 6717c43fc2
commit 1cecc78c0c

View File

@ -182,7 +182,7 @@ namespace io {
return;
}
spdlog::warn("==> Pa_StopStream");
Pa_StopStream(stream);
Pa_AbortStream(stream);
spdlog::warn("==> Pa_CloseStream");
Pa_CloseStream(stream);
spdlog::warn("==> Done");