Mercurial > hg > vamp-plugin-sdk
comparison README @ 16:61887dda7fe0
* Make the host capable of doing something useful!
author | cannam |
---|---|
date | Fri, 07 Apr 2006 15:32:10 +0000 |
parents | b63909cbbf57 |
children | b4043af42278 |
comparison
equal
deleted
inserted
replaced
15:6c5466fbea90 | 16:61887dda7fe0 |
---|---|
70 audio waveform; SpectralCentroid calculates the centre of gravity of | 70 audio waveform; SpectralCentroid calculates the centre of gravity of |
71 the frequency domain representation of each block of audio. | 71 the frequency domain representation of each block of audio. |
72 | 72 |
73 * host | 73 * host |
74 | 74 |
75 The simplest possible Vamp host -- this doesn't even process anything | 75 A simple command-line Vamp host, capable of loading a plugin and using |
76 yet, just loads the plugins and prints out their names. | 76 it to process a complete audio file, with its default parameters. |
77 Requires libsndfile. | |
77 | 78 |
78 | 79 |
79 Building the SDK | 80 Building the SDK |
80 ================ | 81 ================ |
81 | 82 |