Uses of Class
adams.data.audio.WaveContainer
-
Packages that use WaveContainer Package Description adams.data.audiofeaturegenerator.wave adams.data.wavefilter adams.flow.transformer.audiodata -
-
Uses of WaveContainer in adams.data.audiofeaturegenerator.wave
Methods in adams.data.audiofeaturegenerator.wave with parameters of type WaveContainer Modifier and Type Method Description adams.data.featureconverter.HeaderDefinition
Fingerprint. createHeader(WaveContainer cont)
Creates the header from a template container.adams.data.featureconverter.HeaderDefinition
Histogram. createHeader(WaveContainer cont)
Creates the header from a template container.adams.data.featureconverter.HeaderDefinition
Spectrogram. createHeader(WaveContainer cont)
Creates the header from a template container.List<Object>[]
Fingerprint. generateRows(WaveContainer cont)
Performs the actual feature generation.List<Object>[]
Histogram. generateRows(WaveContainer cont)
Performs the actual feature generation.List<Object>[]
Spectrogram. generateRows(WaveContainer cont)
Performs the actual feature generation. -
Uses of WaveContainer in adams.data.wavefilter
Methods in adams.data.wavefilter that return WaveContainer Modifier and Type Method Description WaveContainer
AbstractWaveFilter. filter(WaveContainer data)
Returns the filtered data.protected abstract WaveContainer
AbstractWaveFilter. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
Cut. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
MultiFilter. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
PassThrough. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
Resample. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
Trim. processData(WaveContainer data)
Performs the actual filtering.Methods in adams.data.wavefilter with parameters of type WaveContainer Modifier and Type Method Description protected void
AbstractWaveFilter. checkData(WaveContainer data)
The default implementation only checks whether there is any data set.WaveContainer
AbstractWaveFilter. filter(WaveContainer data)
Returns the filtered data.protected abstract WaveContainer
AbstractWaveFilter. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
Cut. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
MultiFilter. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
PassThrough. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
Resample. processData(WaveContainer data)
Performs the actual filtering.protected WaveContainer
Trim. processData(WaveContainer data)
Performs the actual filtering. -
Uses of WaveContainer in adams.flow.transformer.audiodata
Methods in adams.flow.transformer.audiodata that return WaveContainer Modifier and Type Method Description protected WaveContainer
Wave. doRead(Object input)
Reads the data from the input.
-