org.autoplot.wav.WavDataSourceFormat

Format data to binary wav file. The wav file format contains metadata in the first bytes, and then the data as interleaved channels. Java AudioFormat is used to format the header, and the BinaryDataSource is used to format the rest of the wav file.

WavDataSourceFormat( )


canFormat

canFormat( QDataSet ds ) → boolean

Parameters

ds - a QDataSet

Returns:

boolean

[search for examples] [view on GitHub] [view on old javadoc]


formatData

formatData( String uri, QDataSet data, ProgressMonitor mon ) → void

Parameters

uri - a String
data - a QDataSet
mon - a ProgressMonitor

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


getDescription

getDescription( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc]