Package export.wavExport
Class RawHolderWavExport
Exports click detections to a .wav file. Fills parts of the wav file without any detected clicks with white noise.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get the data unit class whihc uses this .wav export function.double[][]
getWavClip
(PamDataUnit dataUnit) Get a wav file clip from a data unitMethods inherited from class export.wavExport.WavDataUnitExport
writeWavFile
-
Constructor Details
-
RawHolderWavExport
public RawHolderWavExport()
-
-
Method Details
-
getWavClip
Description copied from class:WavDataUnitExport
Get a wav file clip from a data unit- Specified by:
getWavClip
in classWavDataUnitExport<PamDataUnit>
- Parameters:
dataUnit
- - the data unit.- Returns:
- the wav file clip.
-
getUnitClass
Description copied from class:WavDataUnitExport
Get the data unit class whihc uses this .wav export function.- Specified by:
getUnitClass
in classWavDataUnitExport<PamDataUnit>
- Returns:
- the class of the type of the data unit which uses this class.
-