Package com.tagtraum.audiokern.segments
Class SimpleDiagonalPaths
- java.lang.Object
-
- com.tagtraum.audiokern.segments.SegmentsAlgorithm
-
- com.tagtraum.audiokern.segments.SimpleDiagonalPaths
-
public class SimpleDiagonalPaths extends SegmentsAlgorithm
Similarity-based segmentation.- Author:
- Hendrik Schreiber
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleDiagonalPaths.SampledSimilaritiesstatic classSimpleDiagonalPaths.SampledSimilarity
-
Constructor Summary
Constructors Constructor Description SimpleDiagonalPaths()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SignalProcessor<AudioBuffer,Segments>createPipeline()Creates a pipeline, assuming the input is 44.1Khz 16bit stereo.static voidmain(String[] args)StringtoString()-
Methods inherited from class com.tagtraum.audiokern.segments.SegmentsAlgorithm
getAudioPumpId
-
-
-
-
Method Detail
-
createPipeline
public SignalProcessor<AudioBuffer,Segments> createPipeline()
Description copied from class:SegmentsAlgorithmCreates a pipeline, assuming the input is 44.1Khz 16bit stereo. The result is available under the idSegmentsAlgorithm.getAudioPumpId().- Specified by:
createPipelinein classSegmentsAlgorithm- Returns:
- pipeline
-
main
public static void main(String[] args) throws IOException, UnsupportedAudioFileException
-
-