MCPcopy Create free account
hub / github.com/audeering/opensmile / getFrameSizeSec

Method getFrameSizeSec

src/core/dataProcessor.cpp:327–331  ·  view source on GitHub ↗

get the size of input frames in seconds

Source from the content-addressed store, hash-verified

325
326// get the size of input frames in seconds
327double cDataProcessor::getFrameSizeSec()
328{
329 const sDmLevelConfig *c = reader_->getLevelConfig();
330 return (double)(c->frameSizeSec);
331}
332
333// get the period of the base level (e.g. sampling rate for wave input)
334double cDataProcessor::getBasePeriod()

Callers

nothing calls this directly

Calls 1

getLevelConfigMethod · 0.45

Tested by

no test coverage detected