#include "Export.h"
#include <wx/log.h>
#include <wx/stream.h>
#include <vorbis/vorbisenc.h>
#include "wxFileNameWrapper.h"
#include "ExportPluginHelpers.h"
#include "ExportPluginRegistry.h"
#include "FileIO.h"
#include "Mix.h"
#include "Tags.h"
#include "Track.h"
#include "PlainExportOptionsEditor.h"
Go to the source code of this file.
◆ SAMPLES_PER_RUN
#define SAMPLES_PER_RUN 8192u |
◆ sRegisteredPlugin
Initial value:{ "OGG",
[]{ return std::make_unique< ExportOGG >(); }
}
Definition at line 400 of file ExportOGG.cpp.