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