inpro.incremental.basedata
Interface BaseDataKeeper

All Known Implementing Classes:
BaseData

public interface BaseDataKeeper

stores information about the real world(tm) this interface allows access to feature streams (in principle acoustic or other), which describe the real world on which our IUs are based. An interested IU (for example, SegmentIU) will have a link to BaseData and can access it for further considerations

Author:
timo

Method Summary
 weka.core.Instance getEOTFeatures(double time)
           
 double getLoudness(double time)
           
 double getPitchInCent(double time)
           
 double getSpectralTilt(double time)
           
 double getSpectralTiltQual(double time)
           
 double getVoicing(double time)
           
 

Method Detail

getVoicing

double getVoicing(double time)

getPitchInCent

double getPitchInCent(double time)

getLoudness

double getLoudness(double time)

getSpectralTilt

double getSpectralTilt(double time)

getSpectralTiltQual

double getSpectralTiltQual(double time)

getEOTFeatures

weka.core.Instance getEOTFeatures(double time)