1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +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:
martynshaw99
2012-04-26 22:57:04 +00:00
parent 08b68fd96a
commit 758a8f65e6
24 changed files with 632 additions and 206 deletions

View File

@@ -29,7 +29,6 @@ class BatchCommands {
bool ApplyCommandInBatchMode(const wxString & command, const wxString &params);
bool ApplySpecialCommand(int iCommand, const wxString command,const wxString params);
bool ApplyEffectCommand(Effect * f, const wxString command, const wxString params);
bool ApplyMenuCommand(const wxString command, const wxString params);
bool ReportAndSkip( const wxString command, const wxString params );
void AbortBatch();
@@ -62,7 +61,9 @@ class BatchCommands {
int GetCount();
void SetWavToMp3Chain();
#ifdef CLEANSPEECH
void SetCleanSpeechChain();
#endif // CLEANSPEECH
bool IsFixed(const wxString & name);