| 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 | } |
nothing calls this directly
no test coverage detected