pull/16/head
Ryzerth 2020-08-16 19:34:53 +02:00
rodzic dbe811b47a
commit 53ec38766a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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