Mercurial > hg > chp
annotate README @ 10:f82a28c2209f
merge
author | matthiasm |
---|---|
date | Thu, 10 Apr 2014 18:38:36 +0100 |
parents | f5b9bae2a8c3 |
children |
rev | line source |
---|---|
Chris@7 | 1 |
Chris@7 | 2 Constrained Harmonic Peak plugin |
Chris@7 | 3 ================================ |
Chris@7 | 4 |
Chris@7 | 5 This is a simple Vamp plugin that returns the peak frequency within a |
Chris@7 | 6 given frequency range, from a harmonic product spectrum. |
Chris@7 | 7 |
Chris@7 | 8 (The whole available frequency range is used in calculating the |
Chris@7 | 9 harmonic spectrum, but only the peak frequency within the range |
Chris@7 | 10 specified by the plugin's parameters is returned in the result.) |
Chris@7 | 11 |
Chris@7 | 12 It was quickly written to provide a simple way to obtain frequencies |
Chris@7 | 13 within a user-provided range, for use in the Tony |
Chris@7 | 14 (http://code.soundsoftware.ac.uk/projects/tony/) pitch annotation |
Chris@7 | 15 application. |
Chris@7 | 16 |