![]() |
Audacity 3.2.0
|
#include "Export.h"
#include <wx/ffile.h>
#include <wx/log.h>
#include "FLAC++/encoder.h"
#include "float_cast.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"
#include "wxFileNameWrapper.h"
Go to the source code of this file.
Classes | |
class | ExportFLACOptions |
struct | FLAC__StreamMetadataDeleter |
class | ExportFLAC |
Macros | |
#define | SAMPLES_PER_RUN 8192u |
#define | LEGACY_FLAC |
Typedefs | |
using | FLAC__StreamMetadataHandle = std::unique_ptr< FLAC__StreamMetadata, FLAC__StreamMetadataDeleter > |
Variables | |
ChoiceSetting | FLACBitDepth |
ChoiceSetting | FLACLevel |
struct { | |
bool do_exhaustive_model_search | |
bool do_escape_coding | |
bool do_mid_side_stereo | |
bool loose_mid_side_stereo | |
unsigned qlp_coeff_precision | |
unsigned min_residual_partition_order | |
unsigned max_residual_partition_order | |
unsigned rice_parameter_search_dist | |
unsigned max_lpc_order | |
} | flacLevels [] |
static Exporter::RegisteredExportPlugin | sRegisteredPlugin |
#define LEGACY_FLAC |
Definition at line 164 of file ExportFLAC.cpp.
#define SAMPLES_PER_RUN 8192u |
Definition at line 160 of file ExportFLAC.cpp.
using FLAC__StreamMetadataHandle = std::unique_ptr< FLAC__StreamMetadata, FLAC__StreamMetadataDeleter > |
Definition at line 198 of file ExportFLAC.cpp.
bool do_escape_coding |
Definition at line 172 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
bool do_exhaustive_model_search |
Definition at line 171 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
bool do_mid_side_stereo |
Definition at line 173 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
ChoiceSetting FLACBitDepth |
Definition at line 75 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export(), and ExportFLACOptions::PopulateOrExchange().
ChoiceSetting FLACLevel |
Definition at line 85 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export(), and ExportFLACOptions::PopulateOrExchange().
struct { ... } flacLevels[] |
Referenced by ExportFLAC::Export().
bool loose_mid_side_stereo |
Definition at line 174 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
unsigned max_lpc_order |
Definition at line 179 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
unsigned max_residual_partition_order |
Definition at line 177 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
unsigned min_residual_partition_order |
Definition at line 176 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
unsigned qlp_coeff_precision |
Definition at line 175 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
unsigned rice_parameter_search_dist |
Definition at line 178 of file ExportFLAC.cpp.
Referenced by ExportFLAC::Export().
|
static |
Definition at line 482 of file ExportFLAC.cpp.