27 virtual std::vector<std::shared_ptr<AudioSegment>>
virtual ~AudioSegmentFactoryInterface()
virtual std::vector< std::shared_ptr< AudioSegment > > CreateAudioSegmentSequence(double playbackStartTime, PlaybackDirection)=0
A generalization for audio segments, whether clips or silence between clips.
This allows multiple clips to be a part of one WaveTrack.