|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gtts.sautrela.engine.AbstractDataProcessor
edu.gtts.sautrela.sp.LiveEnergySegmentator
public class LiveEnergySegmentator
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
LiveEnergySegmentator()
Creates a new instance of EnergySegmentator |
|
| Method Summary | |
|---|---|
void |
editBeanInfo(java.beans.BeanInfo info)
|
int |
getMaxValue()
Getter for property maxValue. |
int |
getSilenceThreshold()
Getter for property threshold. |
int |
getWindowSize()
Getter for property windowSize. |
boolean |
isSegmentsStreamed()
Getter for property segmentsStreamed. |
static void |
main(java.lang.String[] args)
|
void |
process(Buffer in,
Buffer out)
Processes the input Data. |
void |
setMaxValue(int maxValue)
Setter for property maxValue. |
void |
setSegmentsStreamed(boolean segmentsStreamed)
Setter for property segmentsStreamed. |
void |
setSilenceThreshold(int silenceThreshold)
Setter for property threshold. |
void |
setWindowSize(int windowSize)
Setter for property windowSize. |
| Methods inherited from class edu.gtts.sautrela.engine.AbstractDataProcessor |
|---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getName, getPropertyDescriptors, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LiveEnergySegmentator()
| Method Detail |
|---|
public int getMaxValue()
public void setMaxValue(int maxValue)
maxValue - New value of property maxValue.public int getWindowSize()
public void setWindowSize(int windowSize)
windowSize - New value of property windowSize.public int getSilenceThreshold()
public void setSilenceThreshold(int silenceThreshold)
silenceThreshold - New value of property threshold.
public void process(Buffer in,
Buffer out)
throws DataProcessorException
in - Input Bufferout - Output Buffer
DataProcessorExceptionpublic boolean isSegmentsStreamed()
public void setSegmentsStreamed(boolean segmentsStreamed)
segmentsStreamed - New value of property segmentsStreamed.public void editBeanInfo(java.beans.BeanInfo info)
editBeanInfo in class AbstractDataProcessor
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||