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
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)