From 11913ab683f6080d3ed063461caa06619f8182f6 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 16 Aug 2020 19:01:59 +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 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");