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

Method getBasePeriod

src/core/dataProcessor.cpp:334–338  ·  view source on GitHub ↗

get the period of the base level (e.g. sampling rate for wave input)

Source from the content-addressed store, hash-verified

332
333// get the period of the base level (e.g. sampling rate for wave input)
334double cDataProcessor::getBasePeriod()
335{
336 const sDmLevelConfig *c = reader_->getLevelConfig();
337 return (double)(c->basePeriod);
338}
339
340//
341// find a field in the input level by a part of its name or its full name

Callers

nothing calls this directly

Calls 1

getLevelConfigMethod · 0.45

Tested by

no test coverage detected