Uses of Class
adams.data.audiofeaturegenerator.AbstractAudioFeatureGenerator
-
Packages that use AbstractAudioFeatureGenerator Package Description adams.data.audiofeaturegenerator adams.data.audiofeaturegenerator.wave -
-
Uses of AbstractAudioFeatureGenerator in adams.data.audiofeaturegenerator
Methods in adams.data.audiofeaturegenerator that return AbstractAudioFeatureGenerator Modifier and Type Method Description AbstractAudioFeatureGenerator
AbstractAudioFeatureGenerator. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractAudioFeatureGenerator
AbstractAudioFeatureGenerator. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options. -
Uses of AbstractAudioFeatureGenerator in adams.data.audiofeaturegenerator.wave
Subclasses of AbstractAudioFeatureGenerator in adams.data.audiofeaturegenerator.wave Modifier and Type Class Description class
AbstractWaveFeatureGenerator
Ancestor for Wave feature generators.class
Fingerprint
Generates a fingerprint from the Wave data.class
Histogram
Generates a histogram from the audio data.class
Spectrogram
Generates a spectrogram from the audio data.
-