#include "Export.h"
#include <wx/log.h>
#include <wx/slider.h>
#include <wx/stream.h>
#include <vorbis/vorbisenc.h>
#include "FileIO.h"
#include "ProjectRate.h"
#include "Mix.h"
#include "Prefs.h"
#include "ShuttleGui.h"
#include "Tags.h"
#include "Track.h"
#include "AudacityMessageBox.h"
#include "ProgressDialog.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 395 of file ExportOGG.cpp.