Mercurial > hg > flattendynamics
annotate README @ 19:1b8392c6ab02 tip
Add README, COPYING
author | Chris Cannam |
---|---|
date | Fri, 24 Jun 2016 14:43:46 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@19 | 1 |
Chris@19 | 2 Flatten Dynamics |
Chris@19 | 3 ================ |
Chris@19 | 4 |
Chris@19 | 5 https://code.soundsoftware.ac.uk/projects/flattendynamics |
Chris@19 | 6 |
Chris@19 | 7 Crude pre-processing to flatten out the RMS level of an audio |
Chris@19 | 8 signal. Like a slow, unmusical dynamic compressor. Implemented as a |
Chris@19 | 9 LADSPA plugin in C++, works in real time, so has significant lag. A |
Chris@19 | 10 possible alternative to other normalisation techniques for |
Chris@19 | 11 pre-processing in feature extraction. |
Chris@19 | 12 |