#include "Import.h"
#include "Tags.h"
#include <wx/log.h>
#include <wx/setup.h>
#include <wx/ffile.h>
#include <vorbis/vorbisfile.h>
#include "WaveTrack.h"
#include "ImportPlugin.h"
#include "ImportProgressListener.h"
#include "ImportUtils.h"
Go to the source code of this file.
◆ CODEC_TRANSFER_SIZE
      
        
          | #define CODEC_TRANSFER_SIZE   4096u | 
      
 
 
◆ DESC
      
        
          | #define DESC   XO("Ogg Vorbis files") | 
      
 
 
◆ SAMPLES_PER_CALLBACK
      
        
          | #define SAMPLES_PER_CALLBACK   100000 | 
      
 
 
◆ exts
◆ registered
Initial value:{ "OGG",
   std::make_unique< OggImportPlugin >()
}
Definition at line 190 of file ImportOGG.cpp.