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:
@@ -29,7 +29,6 @@ class BatchCommands {
|
||||
bool ApplyCommandInBatchMode(const wxString & command, const wxString ¶ms);
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user