Mercurial > hg > vamp-plugin-sdk
diff README @ 244:8042ab66f707
* tidy
| author | cannam | 
|---|---|
| date | Mon, 10 Nov 2008 22:10:20 +0000 | 
| parents | 7f3a806ed1df | 
| children | a8c8fe602eec | 
line wrap: on
 line diff
--- a/README Mon Nov 10 22:04:40 2008 +0000 +++ b/README Mon Nov 10 22:10:20 2008 +0000 @@ -130,11 +130,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.
