Overview: A module that computes the mean of input arrays and outputs an array containing the means of each array.
Detailed Description: A module that computes the mean of input arrays (e.g., frames). When a null input is received an array is output containing the mean value of each array received. Optionally these means can be smoothed by calculating of the means in a window around each frame. Smoothing window size should be larger than 1.
Data Handling: the input data is not modified.