This document discusses post-processing of audio content features. It describes deriving additional features, aggregating features to reduce data and compute summary statistics, and normalizing features to ensure similar scales and distributions. Specific techniques include taking differences between adjacent values to derive new features, smoothing features using filters, computing z-score and min-max normalization, and aggregating features within blocks using statistical descriptors. The overall aim is to adapt the feature matrix to the task and classifier.