comparison README @ 10:f82a28c2209f

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