From f08515420e6c22247029cc144dfafbb7d1c328ac Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 16 Aug 2020 19:07:17 +0200 Subject: [PATCH] bruh --- src/io/audio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");