Mercurial > hg > vamp-fanchirp
annotate README.md @ 12:fc8f351d2cd6 perf
Remove further unused
author | Chris Cannam |
---|---|
date | Tue, 02 Oct 2018 13:49:23 +0100 |
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 |