#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>
Go to the source code of this file.
|
#define | DESC XO("WAV, AIFF, and other uncompressed types") |
|
◆ DESC
#define DESC XO("WAV, AIFF, and other uncompressed types") |
◆ registered
Initial value:{ "PCM",
std::make_unique< PCMImportPlugin >()
}
Definition at line 177 of file ImportPCM.cpp.