From 1cecc78c0c43595aa2247755bd22aa212679aa4c Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 16 Aug 2020 18:57:50 +0200 Subject: [PATCH] bruh --- src/io/audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/audio.h b/src/io/audio.h index 172aec80..1913bfd2 100644 --- a/src/io/audio.h +++ b/src/io/audio.h @@ -182,7 +182,7 @@ namespace io { return; } spdlog::warn("==> Pa_StopStream"); - Pa_StopStream(stream); + Pa_AbortStream(stream); spdlog::warn("==> Pa_CloseStream"); Pa_CloseStream(stream); spdlog::warn("==> Done");