Audacity 3.2.0
Classes | Macros | Variables
ImportWavPack.cpp File Reference
#include "Import.h"
#include "ImportPlugin.h"
#include <wx/string.h>
#include <wx/log.h>
#include <stdlib.h>
#include <wavpack/wavpack.h>
#include "Tags.h"
#include "WaveTrack.h"
#include "CodeConversions.h"
#include "ImportUtils.h"
#include "ImportProgressListener.h"
Include dependency graph for ImportWavPack.cpp:

Go to the source code of this file.

Classes

class  WavPackImportPlugin
 An ImportPlugin for WavPack data. More...
 
class  WavPackImportFileHandle
 An ImportFileHandle for WavPack data. More...
 

Macros

#define DESC   XO("WavPack files")
 

Variables

static const auto exts
 
static Importer::RegisteredImportPlugin registered
 

Macro Definition Documentation

◆ DESC

#define DESC   XO("WavPack files")

Definition at line 37 of file ImportWavPack.cpp.

Variable Documentation

◆ exts

const auto exts
static
Initial value:
= {
wxT("wv")
}
wxT("CloseDown"))

Definition at line 39 of file ImportWavPack.cpp.

◆ registered

Initial value:
{ "WavPack",
std::make_unique< WavPackImportPlugin >()
}

Definition at line 123 of file ImportWavPack.cpp.