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

Method updateBlocksize

src/include/core/dataReader.hpp:130–136  ·  view source on GitHub ↗

these updateBlocksize functions may be used *after* reader->configure, but *before* finalise()

Source from the content-addressed store, hash-verified

128
129 // these updateBlocksize functions may be used *after* reader->configure, but *before* finalise()
130 int updateBlocksize(long length) {
131 int i;
132 for (i=0; i<nLevels; i++) {
133 dm->queryReadConfig(level[i], length);
134 }
135 return 1;
136 }
137
138 /* same as above, however, takes time in seconds as parameter */
139 int updateBlocksizeSec(double length) {

Callers

nothing calls this directly

Calls 1

queryReadConfigMethod · 0.45

Tested by

no test coverage detected