Uses of Interface
com.tagtraum.audiokern.SongPropertyAnalyzer
-
Packages that use SongPropertyAnalyzer Package Description com.tagtraum.audiokern.lowlevel Classes for calculating low level features.com.tagtraum.beatunes.analysis Provides classes to steer the execution of analysis tasks and several analysis tasks and their editors. -
-
Uses of SongPropertyAnalyzer in com.tagtraum.audiokern.lowlevel
Classes in com.tagtraum.audiokern.lowlevel that implement SongPropertyAnalyzer Modifier and Type Class Description class
LowLevelFeatureAnalyzer<T>
Low level feature analyzer for the first 120 seconds of audio of a song.class
RelativeSpectralEntropyMean
RelativeSpectralEntropyMean.class
RMSMean
RMSMean.class
RMSStandardDeviation
RMSStandardDeviation.class
SpectralCentroidMean
SpectralCentroidMean.class
SpectralFluctuationPeak
SpectralFluctuationPeak.class
SpectralFluxMean
SpectralFluxMean.class
SpectralNoveltyMean
SpectralNoveltyMean.class
SpectralNoveltyStandardDeviation
Spectral novelty standard deviation.class
SpectralSpreadMean
SpectralSpreadMean.class
SpectralVariabilityMean
SpectralVariabilityMean. -
Uses of SongPropertyAnalyzer in com.tagtraum.beatunes.analysis
Methods in com.tagtraum.beatunes.analysis that return SongPropertyAnalyzer Modifier and Type Method Description SongPropertyAnalyzer[]
SongPropertyAnalysisTask. getPossibleSongPropertyAnalyzers()
SongPropertyAnalyzer
SongPropertyAnalysisTask. getSongPropertyAnalyzer()
Methods in com.tagtraum.beatunes.analysis with parameters of type SongPropertyAnalyzer Modifier and Type Method Description void
SongPropertyAnalysisTask. setSongPropertyAnalyzer(SongPropertyAnalyzer songPropertyAnalyzer)
Constructors in com.tagtraum.beatunes.analysis with parameters of type SongPropertyAnalyzer Constructor Description SongPropertyAnalysisTask(SongPropertyAnalyzer... possibleSongPropertyAnalyzers)
SongPropertyAnalysisTaskEditor(SongPropertyAnalyzer[] possibleSongPropertyAnalyzers)
-