This commit is contained in:
Ryzerth 2020-08-16 19:34:53 +02:00
parent dbe811b47a
commit 53ec38766a

View File

@ -187,8 +187,8 @@ namespace io {
else {
_stereoInput->stopReader();
}
spdlog::warn("==> Pa_AbortStream");
Pa_AbortStream(stream);
spdlog::warn("==> Pa_StopStream");
Pa_StopStream(stream);
spdlog::warn("==> Pa_CloseStream");
Pa_CloseStream(stream);
spdlog::warn("==> Done");