annotate README.md @ 33:b21704074c9c
spect tip
Ensure default parameter values match the actual internal defaults
author |
Chris Cannam |
date |
Fri, 07 Feb 2020 11:49:39 +0000 |
parents |
243cfccb824b |
children |
|
rev |
line source |
Chris@3
|
1
|
Chris@3
|
2 Fan Chirp Transform F0gram Vamp Plugin
|
Chris@3
|
3 ======================================
|
Chris@3
|
4
|
Chris@3
|
5 #### A spectral visualisation plugin using the Fan Chirp transform
|
Chris@3
|
6
|
Chris@3
|
7 This repository contains the Vamp plugin implementation of the Fan
|
Chris@3
|
8 Chirp Transform F0gram, written by Ignacio Irigaray and Martín
|
Chris@3
|
9 Rocamora of the Universidad de la República, Uruguay.
|
Chris@3
|
10
|
Chris@3
|
11 The plugin produces a representation, called an F0gram, which exhibits
|
Chris@3
|
12 the salience of the fundamental frequency of the sound sources in the
|
Chris@3
|
13 audio file. The computation of the F0gram makes use of Fan Chirp
|
Chris@3
|
14 Transform analysis.
|
Chris@3
|
15
|
Chris@3
|
16 The plugin code is Copyright (C) 2011 I. Irigaray and M. Rocamora,
|
Chris@3
|
17 published under the GNU General Public License, version 3 or
|
Chris@3
|
18 newer. See the file COPYING for more details.
|
Chris@3
|
19
|