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 class
SimpleDiagonalPaths.SampledSimilarities
static class
SimpleDiagonalPaths.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 void
main(String[] args)
String
toString()
-
Methods inherited from class com.tagtraum.audiokern.segments.SegmentsAlgorithm
getAudioPumpId
-
-
-
-
Method Detail
-
createPipeline
public SignalProcessor<AudioBuffer,Segments> createPipeline()
Description copied from class:SegmentsAlgorithm
Creates a pipeline, assuming the input is 44.1Khz 16bit stereo. The result is available under the idSegmentsAlgorithm.getAudioPumpId()
.- Specified by:
createPipeline
in classSegmentsAlgorithm
- Returns:
- pipeline
-
main
public static void main(String[] args) throws IOException, UnsupportedAudioFileException
-
-