Audacity 3.2.0
Classes | Macros | Variables
ImportPCM.cpp File Reference
#include "Import.h"
#include "Tags.h"
#include <wx/wx.h>
#include <wx/ffile.h>
#include "sndfile.h"
#include "FileFormats.h"
#include "GetAcidizerTags.h"
#include "ImportPlugin.h"
#include "ImportProgressListener.h"
#include "ImportUtils.h"
#include "WaveTrack.h"
#include <algorithm>
Include dependency graph for ImportPCM.cpp:

Go to the source code of this file.

Classes

class  PCMImportPlugin
 An ImportPlugin for PCM data. More...
 
class  PCMImportFileHandle
 An ImportFileHandle for PCM data. More...
 

Macros

#define DESC   XO("WAV, AIFF, and other uncompressed types")
 

Variables

static Importer::RegisteredImportPlugin registered
 

Macro Definition Documentation

◆ DESC

#define DESC   XO("WAV, AIFF, and other uncompressed types")

Definition at line 57 of file ImportPCM.cpp.

Variable Documentation

◆ registered

Initial value:
{ "PCM",
std::make_unique< PCMImportPlugin >()
}

Definition at line 177 of file ImportPCM.cpp.