cyma icon indicating copy to clipboard operation
cyma copied to clipboard

LoudnessBuffer for Meter, Graph, etc.

Open exa04 opened this issue 11 months ago • 0 comments

This buffer will need to compute the loudness of incoming audio in large overlapping blocks by pre-filtering each channel, taking their respective mean square values, summing them, gating the result, and averaging it. Making this work will involve adding (likely 2nd order IIR) filters to Cyma, either through an external crate, or a new internal filter struct.

This PDF explains the process in great detail.

exa04 avatar Mar 17 '24 16:03 exa04