mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.
This commit is contained in:
@@ -62,8 +62,10 @@ public:
|
||||
virtual bool Process();
|
||||
|
||||
private:
|
||||
#ifdef CLEANSPEECH
|
||||
void CleanSpeechMayReadNoisegate();
|
||||
void CleanSpeechMayWriteNoiseGate();
|
||||
#endif // CLEANSPEECH
|
||||
|
||||
bool mDoProfile;
|
||||
bool mHasProfile;
|
||||
|
||||
Reference in New Issue
Block a user