Notebook
example: compute online rms value Filterbank.process() method allows us to pass an optional function f(input, running) process() will first call running = f(output, 0) for the first buffered segment input It will then call running = f(output, running) for each subsequent segment