From 53ec38766af293f12e36bba228850d53d544ffa9 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 16 Aug 2020 19:34:53 +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 a20964bf..7f24a02f 100644 --- a/src/io/audio.h +++ b/src/io/audio.h @@ -187,8 +187,8 @@ namespace io { else { _stereoInput->stopReader(); } - spdlog::warn("==> Pa_AbortStream"); - Pa_AbortStream(stream); + spdlog::warn("==> Pa_StopStream"); + Pa_StopStream(stream); spdlog::warn("==> Pa_CloseStream"); Pa_CloseStream(stream); spdlog::warn("==> Done");