![]() |
Audacity 3.2.0
|
#include <wx/defs.h>#include "Import.h"#include "BasicUI.h"#include "ImportPlugin.h"#include "Project.h"#include <malloc.h>#include <wx/file.h>#include "Prefs.h"#include "../Tags.h"#include "WaveTrack.h"#include "../widgets/AudacityMessageBox.h"#include "../widgets/ProgressDialog.h"#include "mad.h"Go to the source code of this file.
Classes | |
| class | MP3ImportPlugin |
| An ImportPlugin for MP3 data. More... | |
| class | MP3ImportFileHandle |
| An ImportFileHandle for MP3 data. More... | |
Macros | |
| #define | DESC XO("MP3 files") |
| #define | INPUT_BUFFER_SIZE 65535 |
| #define | MAD_DELAY 529 |
Typedefs | |
| using | NewChannelGroup = std::vector< std::shared_ptr< WaveTrack > > |
Variables | |
| static const auto | exts |
| static Importer::RegisteredImportPlugin | registered |
| #define DESC XO("MP3 files") |
Definition at line 38 of file ImportMP3_MAD.cpp.
| #define INPUT_BUFFER_SIZE 65535 |
Definition at line 85 of file ImportMP3_MAD.cpp.
| #define MAD_DELAY 529 |
Definition at line 89 of file ImportMP3_MAD.cpp.
| using NewChannelGroup = std::vector< std::shared_ptr<WaveTrack> > |
Definition at line 102 of file ImportMP3_MAD.cpp.
|
static |
|
static |
Definition at line 209 of file ImportMP3_MAD.cpp.