1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00

An alpha-only toggle command for extra dropout detection; default off

This commit is contained in:
Paul Licameli
2018-01-17 18:12:12 -05:00
parent a019addafb
commit f78a418df8
4 changed files with 20 additions and 2 deletions

View File

@@ -807,6 +807,10 @@ public:
// Used only for testing purposes in alpha builds
bool mSimulateRecordingErrors{ false };
// Whether to check the error code passed to audacityAudioCallback to
// detect more dropouts
bool mDetectUpstreamDropouts{ false };
};
#endif