Mercurial > hg > flattendynamics
changeset 19:1b8392c6ab02 tip
Add README, COPYING
author | Chris Cannam |
---|---|
date | Fri, 24 Jun 2016 14:43:46 +0100 |
parents | d25a2e91e9d8 |
children | |
files | COPYING README |
diffstat | 2 files changed, 43 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/COPYING Fri Jun 24 14:43:46 2016 +0100 @@ -0,0 +1,31 @@ + +This library is distributed under the following licence (but see also +the ladspa.h licence): + + Copyright (c) 2014 Queen Mary, University of London + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF + CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the names of the Centre for + Digital Music; Queen Mary, University of London; and Chris Cannam + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in this Software without prior written + authorization. +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Fri Jun 24 14:43:46 2016 +0100 @@ -0,0 +1,12 @@ + +Flatten Dynamics +================ + +https://code.soundsoftware.ac.uk/projects/flattendynamics + +Crude pre-processing to flatten out the RMS level of an audio +signal. Like a slow, unmusical dynamic compressor. Implemented as a +LADSPA plugin in C++, works in real time, so has significant lag. A +possible alternative to other normalisation techniques for +pre-processing in feature extraction. +