#include "Import.h"
#include "ImportPlugin.h"
#include <string_view>
#include <wx/string.h>
#include <wx/log.h>
#include <stdlib.h>
#include "Tags.h"
#include "WaveTrack.h"
#include "CodeConversions.h"
#include "ImportUtils.h"
#include "ImportProgressListener.h"
#include <opus/opusfile.h>
Go to the source code of this file.
◆ DESC
#define DESC XO("Opus files") |
◆ exts
const auto exts = { L"opus", L"ogg" } |
|
static |
◆ registered
Initial value:{ "Opus",
std::make_unique< OpusImportPlugin >()
}
Definition at line 129 of file ImportOpus.cpp.