frameaverage~
Description
The frameaverage~ object performs a piece-wise running averaging of consecutive frames of audio. Where the framesmooth~ object can be seen as smoothing in the frequency domain (when using FFT as input), the frameaverage~ object can be seen as performing temporal smoothing, more analogous to the vectral~ object.
Arguments
None.
Attributes
framecount [atom_long]
The number of frames across which to average samples of the same index. Limited to between 1 and the 'maxframecount' argument given at object instantiation.
framesize [atom_long]
The number of samples per frame. If working with FFT output, this should be set to the size of the FFT.
Common Box Attributes
Messages
signal
Frames of audio samples on which to perform running average calculations.
Output
signal
frame-wise averaged audio signal.
See Also
Name | Description |
---|---|
average~ | |
fft~ | |
framesmooth~ | |
plot~ | |
vectral~ |