11#ifndef __AUDACITY_IMPORT_RAW__
12#define __AUDACITY_IMPORT_RAW__
std::vector< std::shared_ptr< Track > > TrackHolders
void ImportRaw(const AudacityProject &project, wxWindow *parent, const wxString &fileName, WaveTrackFactory *trackFactory, TrackHolders &outTracks)
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Abstract base class for an object holding data associated with points on a time axis.
Used to create or clone a WaveTrack, with appropriate context from the project that will own the trac...