MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / flush

Method flush

src_cpp/yaafe-components/audio/StatisticalIntegrator.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 void StatisticalIntegrator::flush(Ports<InputBuffer*>& inp, Ports<OutputBuffer*>& outp)
150 {
151 InputBuffer* in = inp[0].data;
152 in->appendZeros((m_nbFrames-1)/2);
153 process(inp,outp);
154 }
155
156}

Callers

nothing calls this directly

Calls 1

appendZerosMethod · 0.80

Tested by

no test coverage detected