FeatureProcessorpublic static class FeatureProcessors.SegOnsetGlide extends java.lang.Object implements FeatureProcessor
| Constructor | Description |
|---|---|
SegOnsetGlide() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
process(Item seg) |
Performs some processing on the given item.
|
public java.lang.String process(Item seg) throws ProcessException
process in interface FeatureProcessorseg - the item to processProcessException - if an exception occurred during the
processing