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 AbstractAudioFeatureGeneratorAbstractAudioFeatureGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractAudioFeatureGeneratorAbstractAudioFeatureGenerator. 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 classAbstractWaveFeatureGeneratorAncestor for Wave feature generators.classFingerprintGenerates a fingerprint from the Wave data.classHistogramGenerates a histogram from the audio data.classSpectrogramGenerates a spectrogram from the audio data.
-