Package com.tagtraum.audiokern.segments
Class SegmentsAlgorithm
- java.lang.Object
-
- com.tagtraum.audiokern.segments.SegmentsAlgorithm
-
- Direct Known Subclasses:
SimpleDiagonalPaths
public abstract class SegmentsAlgorithm extends Object
Segments Algorithm.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description SegmentsAlgorithm()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract SignalProcessor<AudioBuffer,Segments>
createPipeline()
Creates a pipeline, assuming the input is 44.1Khz 16bit stereo.static String
getAudioPumpId()
Id under which to access the result.
-
-
-
Method Detail
-
getAudioPumpId
public static String getAudioPumpId()
Id under which to access the result.- Returns:
- id
- See Also:
SignalPump.pump()
-
createPipeline
public abstract SignalProcessor<AudioBuffer,Segments> createPipeline()
Creates a pipeline, assuming the input is 44.1Khz 16bit stereo. The result is available under the idgetAudioPumpId()
.- Returns:
- pipeline
-
-