1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 07:58:05 +02:00

Enable upstream dropout detection

This commit is contained in:
Paul Licameli 2018-01-24 17:46:57 -05:00
parent b6255d4fa1
commit 22605c089f

View File

@ -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