Class WavDetExportManager

java.lang.Object
export.wavExport.WavDetExportManager
All Implemented Interfaces:
PamDataUnitExporter

public class WavDetExportManager extends Object implements PamDataUnitExporter
Writes data units and/or ordered raw data to a wav file. Has functions to handle .wav file writing based on overlay marks and detection groups with functions to make decisions based on what type of data unit is selected and whether raw data is available.

There are two primary use cases;
1) Order raw data from an overlay mark and save as a wav file
2) Save a list of data units to wav files - either a single file with zero pads, a concatenated file or separate files.

Author:
Jamie Macaulay