mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
Remove the option of going to CleanSpeech mode from the prefs.
This commit is contained in:
@@ -153,3 +153,8 @@
|
|||||||
#define EXPERIMENTAL_TRUNC_SILENCE
|
#define EXPERIMENTAL_TRUNC_SILENCE
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//MJS: make the CleanSpeech stuff experimental, rather than deleting it directly
|
||||||
|
// Normally disabled, for now.
|
||||||
|
// CleanSpeech should be done somehow else and not be polluting the code
|
||||||
|
//#define CLEANSPEECH
|
||||||
|
@@ -128,6 +128,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
|
|
||||||
|
#ifdef CLEANSPEECH
|
||||||
S.StartStatic(_("Modes"));
|
S.StartStatic(_("Modes"));
|
||||||
{
|
{
|
||||||
S.TieCheckBox(_("Clea&nSpeech Mode (Customized GUI)"),
|
S.TieCheckBox(_("Clea&nSpeech Mode (Customized GUI)"),
|
||||||
@@ -140,6 +141,7 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
|
#endif // CLEANSPEECH
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GUIPrefs::Apply()
|
bool GUIPrefs::Apply()
|
||||||
|
Reference in New Issue
Block a user