diff --git a/src/io/audio.h b/src/io/audio.h index fcfc8dc4..1913bfd2 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");