Mercurial > hg > vamp-plugin-sdk
diff src/doc-overview @ 242:7f3a806ed1df
* Add PowerSpectrum to docs
author | cannam |
---|---|
date | Mon, 10 Nov 2008 17:34:14 +0000 |
parents | cc467e52da4c |
children | 7ed04d09bc8b |
line wrap: on
line diff
--- a/src/doc-overview Mon Nov 10 17:28:54 2008 +0000 +++ b/src/doc-overview Mon Nov 10 17:34:14 2008 +0000 @@ -40,6 +40,13 @@ - SpectralCentroid calculates the centre of gravity of the frequency domain representation of each block of audio. + - PowerSpectrum calculates a power spectrum from the input audio. + Actually, it doesn't do any work except converting from the cartesian + complex representation. The work of converting to frequency domain + is all done for it by the host or host SDK; the plugin just needs to + declare that it wants frequency domain input. This is the simplest + of the example plugins. + - AmplitudeFollower is a simple implementation of SuperCollider's amplitude-follower algorithm.