diff --git a/src/io/audio.h b/src/io/audio.h index 1913bfd..fcfc8dc 100644 --- a/src/io/audio.h +++ b/src/io/audio.h @@ -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");