Mercurial > hg > vamp-plugin-sdk
diff src/doc-overview @ 245:7ed04d09bc8b
...
author | cannam |
---|---|
date | Mon, 10 Nov 2008 22:10:38 +0000 |
parents | 7f3a806ed1df |
children | d5c5a52e6c9f |
line wrap: on
line diff
--- a/src/doc-overview Mon Nov 10 22:10:20 2008 +0000 +++ b/src/doc-overview Mon Nov 10 22:10:38 2008 +0000 @@ -41,11 +41,11 @@ 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. + Actually, it doesn't do any work except calculating power from a + cartesian complex FFT output. The work of calculating this frequency + domain output is 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.