#include "Export.h"
#include "wxFileNameWrapper.h"
#include "Prefs.h"
#include "Mix.h"
#include <wavpack/wavpack.h>
#include <wx/log.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/stream.h>
#include "ShuttleGui.h"
#include "../ProjectSettings.h"
#include "AudacityMessageBox.h"
#include "ProgressDialog.h"
#include "Track.h"
#include "ProjectRate.h"
#include "Tags.h"
Go to the source code of this file.
◆ ID_CREATE_WVC
#define ID_CREATE_WVC 9001 |
◆ ID_HYBRID_MODE
#define ID_HYBRID_MODE 9000 |
◆ ExportQualityNames
◆ ExportQualityValues
const std::vector< int > ExportQualityValues |
◆ sRegisteredPlugin
Initial value:{ "WavPack",
[]{ return std::make_unique< ExportWavPack >(); }
}
Definition at line 494 of file ExportWavPack.cpp.