pull/16/head
Ryzerth 2020-08-16 19:07:17 +02:00
rodzic 11913ab683
commit f08515420e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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