From 22605c089f715ccc31bfdbe7e3381f3e9292709f Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 24 Jan 2018 17:46:57 -0500 Subject: [PATCH] Enable upstream dropout detection --- src/AudioIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioIO.h b/src/AudioIO.h index c84eb140a..c0d2df7d8 100644 --- a/src/AudioIO.h +++ b/src/AudioIO.h @@ -810,7 +810,7 @@ public: // Whether to check the error code passed to audacityAudioCallback to // detect more dropouts - bool mDetectUpstreamDropouts{ false }; + bool mDetectUpstreamDropouts{ true }; }; #endif