Mercurial > hg > vamp-plugin-sdk
changeset 245:7ed04d09bc8b
...
author | cannam |
---|---|
date | Mon, 10 Nov 2008 22:10:38 +0000 |
parents | 8042ab66f707 |
children | 5bfed156b45d |
files | src/doc-overview |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
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.